Html Css Color HEX #AA22BC Dark Orchid

📋 copy color: '#AA22BC'

red 170 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #AA22BC

Tints of Dark Orchid #AA22BC

RGB

 RED value IS 170 (66.8% from 255) = 43.37%

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 43.37%
G = 8.67%
B = 47.96%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA22BC (or 0xAA22BC) is known color: Dark Orchid. HEX triplet: AA, 22 and BC. RGB value is (170,34,188). Sum of RGB (Red+Green+Blue) = 170+34+188=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22BC is #55DD43. Grayscale: #5B5B5B. Windows color (decimal): -5627204 or 12329642. OLE color: 12329642.

HSL color Cylindrical-coordinate representation of color #AA22BC: hue angle of 292.99º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA22BC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 34 188 -
CMYK 0.10 0.82 0 0.26
HSL 292.99º 0.69% 0.44% -
HSV(B) 292.99º 0.82% 0.74% -
XYZ 26.23 13.32 48.77 -
YUV 92.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 170 34 188 0.10 0.82 0 0.26 292.99 0.69 0.44
Hex AA 22 BC A 52 0 1A 125 45 2C
Octal 252 42 274 12 122 0 32 445 105 54
Binary 10101010 100010 10111100 1010 1010010 0 11010 100100101 1000101 101100

Color Harmonies of #AA22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22BC

Black with #AA22BC

Text Example


Text Example

White with #AA22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22BC; }

 p { color: rgb(170,34,188); }

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

background-color css

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

 a { background-color: rgb(170,34,188); }

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

border-color css

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

 span { border-color: rgb(170,34,188); }

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