Html Css Color HEX #A822CC Dark Orchid

📋 copy color: '#A822CC'

red 168 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #A822CC

Tints of Dark Orchid #A822CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 41.38%
G = 8.37%
B = 50.25%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A822CC (or 0xA822CC) is known color: Dark Orchid. HEX triplet: A8, 22 and CC. RGB value is (168,34,204). Sum of RGB (Red+Green+Blue) = 168+34+204=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A822CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822CC is #57DD33. Grayscale: #5C5C5C. Windows color (decimal): -5758260 or 13378216. OLE color: 13378216.

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

Color convert

RGB 168 34 204 -
CMYK 0.18 0.83 0 0.2
HSL 287.29º 0.71% 0.47% -
HSV(B) 287.29º 0.83% 0.8% -
XYZ 27.62 13.83 58.34 -
YUV 93.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 168 34 204 0.18 0.83 0 0.2 287.29 0.71 0.47
Hex A8 22 CC 12 53 0 14 11F 47 2F
Octal 250 42 314 22 123 0 24 437 107 57
Binary 10101000 100010 11001100 10010 1010011 0 10100 100011111 1000111 101111

Color Harmonies of #A822CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822CC

Black with #A822CC

Text Example


Text Example

White with #A822CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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