Html Css Color HEX #AA33BE Dark Orchid

📋 copy color: '#AA33BE'

red 170 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #AA33BE

Tints of Dark Orchid #AA33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 41.36%
G = 12.41%
B = 46.23%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA33BE (or 0xAA33BE) is known color: Dark Orchid. HEX triplet: AA, 33 and BE. RGB value is (170,51,190). Sum of RGB (Red+Green+Blue) = 170+51+190=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BE is #55CC41. Grayscale: #656565. Windows color (decimal): -5622850 or 12465066. OLE color: 12465066.

HSL color Cylindrical-coordinate representation of color #AA33BE: hue angle of 291.37º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA33BE is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 51 190 -
CMYK 0.11 0.73 0 0.25
HSL 291.37º 0.58% 0.47% -
HSV(B) 291.37º 0.73% 0.75% -
XYZ 27.06 14.63 50.11 -
YUV 102.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 170 51 190 0.11 0.73 0 0.25 291.37 0.58 0.47
Hex AA 33 BE B 49 0 19 123 3A 2F
Octal 252 63 276 13 111 0 31 443 72 57
Binary 10101010 110011 10111110 1011 1001001 0 11001 100100011 111010 101111

Color Harmonies of #AA33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33BE

Black with #AA33BE

Text Example


Text Example

White with #AA33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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