Html Css Color HEX #AA21AC Dark Orchid

📋 copy color: '#AA21AC'

red 170 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #AA21AC

Tints of Dark Orchid #AA21AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 45.33%
G = 8.8%
B = 45.87%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA21AC (or 0xAA21AC) is known color: Dark Orchid. HEX triplet: AA, 21 and AC. RGB value is (170,33,172). Sum of RGB (Red+Green+Blue) = 170+33+172=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA21AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA21AC is #55DE53. Grayscale: #595959. Windows color (decimal): -5627476 or 11280810. OLE color: 11280810.

HSL color Cylindrical-coordinate representation of color #AA21AC: hue angle of 299.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA21AC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 172 -
CMYK 0.01 0.81 0 0.33
HSL 299.14º 0.68% 0.4% -
HSV(B) 299.14º 0.81% 0.67% -
XYZ 24.57 12.61 40.17 -
YUV 89.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 170 33 172 0.01 0.81 0 0.33 299.14 0.68 0.4
Hex AA 21 AC 1 51 0 21 12B 44 28
Octal 252 41 254 1 121 0 41 453 104 50
Binary 10101010 100001 10101100 1 1010001 0 100001 100101011 1000100 101000

Color Harmonies of #AA21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21AC

Black with #AA21AC

Text Example


Text Example

White with #AA21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21AC; }

 p { color: rgb(170,33,172); }

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

background-color css

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

 a { background-color: rgb(170,33,172); }

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

border-color css

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

 span { border-color: rgb(170,33,172); }

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