Html Css Color HEX #A720DB Dark Orchid

📋 copy color: '#A720DB'

red 167 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #A720DB

Tints of Dark Orchid #A720DB

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

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

R = 39.95%
G = 7.66%
B = 52.39%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A720DB (or 0xA720DB) is known color: Dark Orchid. HEX triplet: A7, 20 and DB. RGB value is (167,32,219). Sum of RGB (Red+Green+Blue) = 167+32+219=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A720DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720DB is #58DF24. Grayscale: #5D5D5D. Windows color (decimal): -5824293 or 14360743. OLE color: 14360743.

HSL color Cylindrical-coordinate representation of color #A720DB: hue angle of 283.32º 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 #A720DB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 32 219 -
CMYK 0.24 0.85 0 0.14
HSL 283.32º 0.75% 0.49% -
HSV(B) 283.32º 0.85% 0.86% -
XYZ 29.24 14.36 68.25 -
YUV 93.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 167 32 219 0.24 0.85 0 0.14 283.32 0.75 0.49
Hex A7 20 DB 18 55 0 E 11B 4B 31
Octal 247 40 333 30 125 0 16 433 113 61
Binary 10100111 100000 11011011 11000 1010101 0 1110 100011011 1001011 110001

Color Harmonies of #A720DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720DB

Black with #A720DB

Text Example


Text Example

White with #A720DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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