Html Css Color HEX #AA33BA Dark Orchid

📋 copy color: '#AA33BA'

red 170 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #AA33BA

Tints of Dark Orchid #AA33BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 41.77%
G = 12.53%
B = 45.7%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA33BA (or 0xAA33BA) is known color: Dark Orchid. HEX triplet: AA, 33 and BA. RGB value is (170,51,186). Sum of RGB (Red+Green+Blue) = 170+51+186=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BA is #55CC45. Grayscale: #656565. Windows color (decimal): -5622854 or 12202922. OLE color: 12202922.

HSL color Cylindrical-coordinate representation of color #AA33BA: hue angle of 292.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA33BA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 51 186 -
CMYK 0.09 0.73 0 0.27
HSL 292.89º 0.57% 0.46% -
HSV(B) 292.89º 0.73% 0.73% -
XYZ 26.62 14.46 47.84 -
YUV 101.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 170 51 186 0.09 0.73 0 0.27 292.89 0.57 0.46
Hex AA 33 BA 9 49 0 1B 125 39 2E
Octal 252 63 272 11 111 0 33 445 71 56
Binary 10101010 110011 10111010 1001 1001001 0 11011 100100101 111001 101110

Color Harmonies of #AA33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33BA

Black with #AA33BA

Text Example


Text Example

White with #AA33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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