Html Css Color HEX #A822CE Dark Orchid

📋 copy color: '#A822CE'

red 168 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #A822CE

Tints of Dark Orchid #A822CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.33%

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

R = 41.18%
G = 8.33%
B = 50.49%

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

#A822CE (or 0xA822CE) is known color: Dark Orchid. HEX triplet: A8, 22 and CE. RGB value is (168,34,206). Sum of RGB (Red+Green+Blue) = 168+34+206=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #A822CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822CE is #57DD31. Grayscale: #5D5D5D. Windows color (decimal): -5758258 or 13509288. OLE color: 13509288.

HSL color Cylindrical-coordinate representation of color #A822CE: hue angle of 286.74º degrees, saturation: 0.72, 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 #A822CE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 34 206 -
CMYK 0.18 0.83 0 0.19
HSL 286.74º 0.72% 0.47% -
HSV(B) 286.74º 0.83% 0.81% -
XYZ 27.86 13.93 59.61 -
YUV 93.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 168 34 206 0.18 0.83 0 0.19 286.74 0.72 0.47
Hex A8 22 CE 12 53 0 13 11F 48 2F
Octal 250 42 316 22 123 0 23 437 110 57
Binary 10101000 100010 11001110 10010 1010011 0 10011 100011111 1001000 101111

Color Harmonies of #A822CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822CE

Black with #A822CE

Text Example


Text Example

White with #A822CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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