Html Css Color HEX #AA33AC Dark Orchid

📋 copy color: '#AA33AC'

red 170 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #AA33AC

Tints of Dark Orchid #AA33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

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

R = 43.26%
G = 12.98%
B = 43.77%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA33AC (or 0xAA33AC) is known color: Dark Orchid. HEX triplet: AA, 33 and AC. RGB value is (170,51,172). Sum of RGB (Red+Green+Blue) = 170+51+172=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AC is #55CC53. Grayscale: #646464. Windows color (decimal): -5622868 or 11285418. OLE color: 11285418.

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

Color convert

RGB 170 51 172 -
CMYK 0.01 0.70 0 0.33
HSL 299.01º 0.54% 0.44% -
HSV(B) 299.01º 0.7% 0.67% -
XYZ 25.21 13.89 40.38 -
YUV 100.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 170 51 172 0.01 0.70 0 0.33 299.01 0.54 0.44
Hex AA 33 AC 1 46 0 21 12B 36 2C
Octal 252 63 254 1 106 0 41 453 66 54
Binary 10101010 110011 10101100 1 1000110 0 100001 100101011 110110 101100

Color Harmonies of #AA33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33AC

Black with #AA33AC

Text Example


Text Example

White with #AA33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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