Html Css Color HEX #A824CE Dark Orchid

📋 copy color: '#A824CE'

red 168 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A824CE

Tints of Dark Orchid #A824CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 40.98%
G = 8.78%
B = 50.24%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A824CE (or 0xA824CE) is known color: Dark Orchid. HEX triplet: A8, 24 and CE. RGB value is (168,36,206). Sum of RGB (Red+Green+Blue) = 168+36+206=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #A824CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824CE is #57DB31. Grayscale: #5E5E5E. Windows color (decimal): -5757746 or 13509800. OLE color: 13509800.

HSL color Cylindrical-coordinate representation of color #A824CE: hue angle of 286.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A824CE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 36 206 -
CMYK 0.18 0.83 0 0.19
HSL 286.59º 0.7% 0.47% -
HSV(B) 286.59º 0.83% 0.81% -
XYZ 27.92 14.04 59.63 -
YUV 94.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 168 36 206 0.18 0.83 0 0.19 286.59 0.7 0.47
Hex A8 24 CE 12 53 0 13 11F 46 2F
Octal 250 44 316 22 123 0 23 437 106 57
Binary 10101000 100100 11001110 10010 1010011 0 10011 100011111 1000110 101111

Color Harmonies of #A824CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824CE

Black with #A824CE

Text Example


Text Example

White with #A824CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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