Html Css Color HEX #A624DB Dark Orchid

📋 copy color: '#A624DB'

red 166 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #A624DB

Tints of Dark Orchid #A624DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.55%

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

R = 39.43%
G = 8.55%
B = 52.02%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A624DB (or 0xA624DB) is known color: Dark Orchid. HEX triplet: A6, 24 and DB. RGB value is (166,36,219). Sum of RGB (Red+Green+Blue) = 166+36+219=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A624DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624DB is #59DB24. Grayscale: #5F5F5F. Windows color (decimal): -5888805 or 14361766. OLE color: 14361766.

HSL color Cylindrical-coordinate representation of color #A624DB: hue angle of 282.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A624DB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 36 219 -
CMYK 0.24 0.84 0 0.14
HSL 282.62º 0.72% 0.5% -
HSV(B) 282.62º 0.84% 0.86% -
XYZ 29.14 14.48 68.28 -
YUV 95.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 166 36 219 0.24 0.84 0 0.14 282.62 0.72 0.5
Hex A6 24 DB 18 54 0 E 11B 48 32
Octal 246 44 333 30 124 0 16 433 110 62
Binary 10100110 100100 11011011 11000 1010100 0 1110 100011011 1001000 110010

Color Harmonies of #A624DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624DB

Black with #A624DB

Text Example


Text Example

White with #A624DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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