Html Css Color HEX #A920DB Dark Orchid

📋 copy color: '#A920DB'

red 169 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #A920DB

Tints of Dark Orchid #A920DB

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

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

R = 40.24%
G = 7.62%
B = 52.14%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A920DB (or 0xA920DB) is known color: Dark Orchid. HEX triplet: A9, 20 and DB. RGB value is (169,32,219). Sum of RGB (Red+Green+Blue) = 169+32+219=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A920DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920DB is #56DF24. Grayscale: #5D5D5D. Windows color (decimal): -5693221 or 14360745. OLE color: 14360745.

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

Color convert

RGB 169 32 219 -
CMYK 0.23 0.85 0 0.14
HSL 283.96º 0.75% 0.49% -
HSV(B) 283.96º 0.85% 0.86% -
XYZ 29.66 14.58 68.27 -
YUV 94.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 169 32 219 0.23 0.85 0 0.14 283.96 0.75 0.49
Hex A9 20 DB 17 55 0 E 11C 4B 31
Octal 251 40 333 27 125 0 16 434 113 61
Binary 10101001 100000 11011011 10111 1010101 0 1110 100011100 1001011 110001

Color Harmonies of #A920DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920DB

Black with #A920DB

Text Example


Text Example

White with #A920DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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