Html Css Color HEX #A824DB Dark Orchid

📋 copy color: '#A824DB'

red 168 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #A824DB

Tints of Dark Orchid #A824DB

RGB

 RED value IS 168 (66.02% from 255) = 39.72%

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

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

R = 39.72%
G = 8.51%
B = 51.77%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A824DB (or 0xA824DB) is known color: Dark Orchid. HEX triplet: A8, 24 and DB. RGB value is (168,36,219). Sum of RGB (Red+Green+Blue) = 168+36+219=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A824DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824DB is #57DB24. Grayscale: #5F5F5F. Windows color (decimal): -5757733 or 14361768. OLE color: 14361768.

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

Color convert

RGB 168 36 219 -
CMYK 0.23 0.84 0 0.14
HSL 283.28º 0.72% 0.5% -
HSV(B) 283.28º 0.84% 0.86% -
XYZ 29.57 14.7 68.3 -
YUV 96.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 168 36 219 0.23 0.84 0 0.14 283.28 0.72 0.5
Hex A8 24 DB 17 54 0 E 11B 48 32
Octal 250 44 333 27 124 0 16 433 110 62
Binary 10101000 100100 11011011 10111 1010100 0 1110 100011011 1001000 110010

Color Harmonies of #A824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824DB

Black with #A824DB

Text Example


Text Example

White with #A824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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