Html Css Color HEX #A420DB Dark Orchid

📋 copy color: '#A420DB'

red 164 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #A420DB

Tints of Dark Orchid #A420DB

RGB

 RED value IS 164 (64.45% from 255) = 39.52%

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 39.52%
G = 7.71%
B = 52.77%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A420DB (or 0xA420DB) is known color: Dark Orchid. HEX triplet: A4, 20 and DB. RGB value is (164,32,219). Sum of RGB (Red+Green+Blue) = 164+32+219=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A420DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420DB is #5BDF24. Grayscale: #5C5C5C. Windows color (decimal): -6020901 or 14360740. OLE color: 14360740.

HSL color Cylindrical-coordinate representation of color #A420DB: hue angle of 282.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A420DB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 32 219 -
CMYK 0.25 0.85 0 0.14
HSL 282.35º 0.75% 0.49% -
HSV(B) 282.35º 0.85% 0.86% -
XYZ 28.61 14.04 68.22 -
YUV 92.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 164 32 219 0.25 0.85 0 0.14 282.35 0.75 0.49
Hex A4 20 DB 19 55 0 E 11A 4B 31
Octal 244 40 333 31 125 0 16 432 113 61
Binary 10100100 100000 11011011 11001 1010101 0 1110 100011010 1001011 110001

Color Harmonies of #A420DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420DB

Black with #A420DB

Text Example


Text Example

White with #A420DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420DB; }

 p { color: rgb(164,32,219); }

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

background-color css

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

 a { background-color: rgb(164,32,219); }

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

border-color css

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

 span { border-color: rgb(164,32,219); }

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