Html Css Color HEX #AA33BB Dark Orchid

📋 copy color: '#AA33BB'

red 170 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #AA33BB

Tints of Dark Orchid #AA33BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 41.67%
G = 12.5%
B = 45.83%

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

#AA33BB (or 0xAA33BB) is known color: Dark Orchid. HEX triplet: AA, 33 and BB. RGB value is (170,51,187). Sum of RGB (Red+Green+Blue) = 170+51+187=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BB is #55CC44. Grayscale: #656565. Windows color (decimal): -5622853 or 12268458. OLE color: 12268458.

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

Color convert

RGB 170 51 187 -
CMYK 0.09 0.73 0 0.27
HSL 292.5º 0.57% 0.47% -
HSV(B) 292.5º 0.73% 0.73% -
XYZ 26.73 14.5 48.4 -
YUV 102.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 170 51 187 0.09 0.73 0 0.27 292.5 0.57 0.47
Hex AA 33 BB 9 49 0 1B 124 39 2F
Octal 252 63 273 11 111 0 33 444 71 57
Binary 10101010 110011 10111011 1001 1001001 0 11011 100100100 111001 101111

Color Harmonies of #AA33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33BB

Black with #AA33BB

Text Example


Text Example

White with #AA33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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