Html Css Color HEX #A032DC Dark Orchid

📋 copy color: '#A032DC'

red 160 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #A032DC

Tints of Dark Orchid #A032DC

RGB

 RED value IS 160 (62.89% from 255) = 37.21%

 GREEN value IS 50 (19.92% from 255) = 11.63%

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

R = 37.21%
G = 11.63%
B = 51.16%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A032DC (or 0xA032DC) is known color: Dark Orchid. HEX triplet: A0, 32 and DC. RGB value is (160,50,220). Sum of RGB (Red+Green+Blue) = 160+50+220=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #A032DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032DC is #5FCD23. Grayscale: #656565. Windows color (decimal): -6278436 or 14430880. OLE color: 14430880.

HSL color Cylindrical-coordinate representation of color #A032DC: hue angle of 278.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A032DC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 50 220 -
CMYK 0.27 0.77 0 0.14
HSL 278.82º 0.71% 0.53% -
HSV(B) 278.82º 0.77% 0.86% -
XYZ 28.56 14.92 69.09 -
YUV 102.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 160 50 220 0.27 0.77 0 0.14 278.82 0.71 0.53
Hex A0 32 DC 1B 4D 0 E 117 47 35
Octal 240 62 334 33 115 0 16 427 107 65
Binary 10100000 110010 11011100 11011 1001101 0 1110 100010111 1000111 110101

Color Harmonies of #A032DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032DC

Black with #A032DC

Text Example


Text Example

White with #A032DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032DC; }

 p { color: rgb(160,50,220); }

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

background-color css

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

 a { background-color: rgb(160,50,220); }

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

border-color css

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

 span { border-color: rgb(160,50,220); }

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