Html Css Color HEX #A120CE Dark Orchid

📋 copy color: '#A120CE'

red 161 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #A120CE

Tints of Dark Orchid #A120CE

RGB

 RED value IS 161 (63.28% from 255) = 40.35%

 GREEN value IS 32 (12.89% from 255) = 8.02%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 40.35%
G = 8.02%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A120CE (or 0xA120CE) is known color: Dark Orchid. HEX triplet: A1, 20 and CE. RGB value is (161,32,206). Sum of RGB (Red+Green+Blue) = 161+32+206=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A120CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120CE is #5EDF31. Grayscale: #595959. Windows color (decimal): -6217522 or 13508769. OLE color: 13508769.

HSL color Cylindrical-coordinate representation of color #A120CE: hue angle of 284.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A120CE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 32 206 -
CMYK 0.22 0.84 0 0.19
HSL 284.48º 0.73% 0.47% -
HSV(B) 284.48º 0.84% 0.81% -
XYZ 26.36 13.07 59.53 -
YUV 90.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 161 32 206 0.22 0.84 0 0.19 284.48 0.73 0.47
Hex A1 20 CE 16 54 0 13 11C 49 2F
Octal 241 40 316 26 124 0 23 434 111 57
Binary 10100001 100000 11001110 10110 1010100 0 10011 100011100 1001001 101111

Color Harmonies of #A120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120CE

Black with #A120CE

Text Example


Text Example

White with #A120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120CE; }

 p { color: rgb(161,32,206); }

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

background-color css

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

 a { background-color: rgb(161,32,206); }

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

border-color css

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

 span { border-color: rgb(161,32,206); }

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