Html Css Color HEX #AA32AC Dark Orchid

📋 copy color: '#AA32AC'

red 170 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #AA32AC

Tints of Dark Orchid #AA32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

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

R = 43.37%
G = 12.76%
B = 43.88%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA32AC (or 0xAA32AC) is known color: Dark Orchid. HEX triplet: AA, 32 and AC. RGB value is (170,50,172). Sum of RGB (Red+Green+Blue) = 170+50+172=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AC is #55CD53. Grayscale: #636363. Windows color (decimal): -5623124 or 11285162. OLE color: 11285162.

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

Color convert

RGB 170 50 172 -
CMYK 0.01 0.71 0 0.33
HSL 299.02º 0.55% 0.44% -
HSV(B) 299.02º 0.71% 0.67% -
XYZ 25.16 13.81 40.37 -
YUV 99.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 170 50 172 0.01 0.71 0 0.33 299.02 0.55 0.44
Hex AA 32 AC 1 47 0 21 12B 37 2C
Octal 252 62 254 1 107 0 41 453 67 54
Binary 10101010 110010 10101100 1 1000111 0 100001 100101011 110111 101100

Color Harmonies of #AA32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32AC

Black with #AA32AC

Text Example


Text Example

White with #AA32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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