Html Css Color HEX #A620DB Dark Orchid

📋 copy color: '#A620DB'

red 166 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #A620DB

Tints of Dark Orchid #A620DB

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

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

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

R = 39.81%
G = 7.67%
B = 52.52%

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

#A620DB (or 0xA620DB) is known color: Dark Orchid. HEX triplet: A6, 20 and DB. RGB value is (166,32,219). Sum of RGB (Red+Green+Blue) = 166+32+219=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #A620DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620DB is #59DF24. Grayscale: #5C5C5C. Windows color (decimal): -5889829 or 14360742. OLE color: 14360742.

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

Color convert

RGB 166 32 219 -
CMYK 0.24 0.85 0 0.14
HSL 282.99º 0.75% 0.49% -
HSV(B) 282.99º 0.85% 0.86% -
XYZ 29.03 14.25 68.24 -
YUV 93.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 166 32 219 0.24 0.85 0 0.14 282.99 0.75 0.49
Hex A6 20 DB 18 55 0 E 11B 4B 31
Octal 246 40 333 30 125 0 16 433 113 61
Binary 10100110 100000 11011011 11000 1010101 0 1110 100011011 1001011 110001

Color Harmonies of #A620DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620DB

Black with #A620DB

Text Example


Text Example

White with #A620DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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