Html Css Color HEX #A120DF Dark Orchid

📋 copy color: '#A120DF'

red 161 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #A120DF

Tints of Dark Orchid #A120DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 38.7%
G = 7.69%
B = 53.61%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A120DF (or 0xA120DF) is known color: Dark Orchid. HEX triplet: A1, 20 and DF. RGB value is (161,32,223). Sum of RGB (Red+Green+Blue) = 161+32+223=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #A120DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120DF is #5EDF20. Grayscale: #5B5B5B. Windows color (decimal): -6217505 or 14622881. OLE color: 14622881.

HSL color Cylindrical-coordinate representation of color #A120DF: hue angle of 280.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A120DF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 32 223 -
CMYK 0.28 0.86 0 0.13
HSL 280.52º 0.75% 0.5% -
HSV(B) 280.52º 0.86% 0.87% -
XYZ 28.53 13.94 71 -
YUV 92.35 201.74 176.97 -
System Red Green Blue C M Y K H S L
Decimal 161 32 223 0.28 0.86 0 0.13 280.52 0.75 0.5
Hex A1 20 DF 1C 56 0 D 119 4B 32
Octal 241 40 337 34 126 0 15 431 113 62
Binary 10100001 100000 11011111 11100 1010110 0 1101 100011001 1001011 110010

Color Harmonies of #A120DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120DF

Black with #A120DF

Text Example


Text Example

White with #A120DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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