Html Css Color HEX #A32CDC Dark Orchid

📋 copy color: '#A32CDC'

red 163 ◦ green 44 ◦ blue 220

#A32CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A32CDC

Tints of Dark Orchid #A32CDC

RGB

 RED value IS 163 (64.06% from 255) = 38.17%

 GREEN value IS 44 (17.58% from 255) = 10.3%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 38.17%
G = 10.3%
B = 51.52%

CMYK

 C value IS 0.26

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A32CDC (or 0xA32CDC) is known color: Dark Orchid. HEX triplet: A3, 2C and DC. RGB value is (163,44,220). Sum of RGB (Red+Green+Blue) = 163+44+220=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A32CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CDC is #5CD323. Grayscale: #636363. Windows color (decimal): -6083364 or 14429347. OLE color: 14429347.

HSL color Cylindrical-coordinate representation of color #A32CDC: hue angle of 280.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32CDC is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 44 220 -
CMYK 0.26 0.8 0 0.14
HSL 280.57º 0.72% 0.52% -
HSV(B) 280.57º 0.8% 0.86% -
XYZ 28.92 14.76 69.03 -
YUV 99.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 163 44 220 0.26 0.8 0 0.14 280.57 0.72 0.52
Hex A3 2C DC 1A 50 0 E 119 48 34
Octal 243 54 334 32 120 0 16 431 110 64
Binary 10100011 101100 11011100 11010 1010000 0 1110 100011001 1001000 110100

Color Harmonies of #A32CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CDC

Black with #A32CDC

Text Example


Text Example

White with #A32CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CDC; }

 p { color: rgb(163,44,220); }

 H1.HeaderClassName
 {
   color: #A32CDC;
 }
 .AnyTagClassName
 {
   color: #A32CDC;
 }
</style>

background-color css

<style>
 a { background-color: #A32CDC; }

 a { background-color: rgb(163,44,220); }

 div.DivClassName
 {
   background-color: #A32CDC;
 }
 .BgClassName
 {
   background-color: #A32CDC;
 }
</style>

border-color css

<style>
 span { border-color: #A32CDC; }

 span { border-color: rgb(163,44,220); }

 td.TdClassName
 {
   border-color: #A32CDC;
 }
 .TagClassName
 {
   border-color: #A32CDC;
 }
</style>