Html Css Color HEX #A824DE Dark Orchid

📋 copy color: '#A824DE'

red 168 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #A824DE

Tints of Dark Orchid #A824DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 39.44%
G = 8.45%
B = 52.11%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A824DE (or 0xA824DE) is known color: Dark Orchid. HEX triplet: A8, 24 and DE. RGB value is (168,36,222). Sum of RGB (Red+Green+Blue) = 168+36+222=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #A824DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824DE is #57DB21. Grayscale: #606060. Windows color (decimal): -5757730 or 14558376. OLE color: 14558376.

HSL color Cylindrical-coordinate representation of color #A824DE: hue angle of 282.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A824DE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 36 222 -
CMYK 0.24 0.84 0 0.13
HSL 282.58º 0.74% 0.51% -
HSV(B) 282.58º 0.84% 0.87% -
XYZ 29.96 14.86 70.4 -
YUV 96.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 168 36 222 0.24 0.84 0 0.13 282.58 0.74 0.51
Hex A8 24 DE 18 54 0 D 11B 4A 33
Octal 250 44 336 30 124 0 15 433 112 63
Binary 10101000 100100 11011110 11000 1010100 0 1101 100011011 1001010 110011

Color Harmonies of #A824DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824DE

Black with #A824DE

Text Example


Text Example

White with #A824DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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