Html Css Color HEX #AA33E9 Dark Orchid

📋 copy color: '#AA33E9'

red 170 ◦ green 51 ◦ blue 233

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

Shades of Dark Orchid #AA33E9

Tints of Dark Orchid #AA33E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.32%

R = 37.44%
G = 11.23%
B = 51.32%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA33E9 (or 0xAA33E9) is known color: Dark Orchid. HEX triplet: AA, 33 and E9. RGB value is (170,51,233). Sum of RGB (Red+Green+Blue) = 170+51+233=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA33E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33E9 is #55CC16. Grayscale: #6A6A6A. Windows color (decimal): -5622807 or 15283114. OLE color: 15283114.

HSL color Cylindrical-coordinate representation of color #AA33E9: hue angle of 279.23º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA33E9 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 51 233 -
CMYK 0.27 0.78 0 0.09
HSL 279.23º 0.81% 0.56% -
HSV(B) 279.23º 0.78% 0.91% -
XYZ 32.47 16.8 78.62 -
YUV 107.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 170 51 233 0.27 0.78 0 0.09 279.23 0.81 0.56
Hex AA 33 E9 1B 4E 0 9 117 51 38
Octal 252 63 351 33 116 0 11 427 121 70
Binary 10101010 110011 11101001 11011 1001110 0 1001 100010111 1010001 111000

Color Harmonies of #AA33E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33E9

Black with #AA33E9

Text Example


Text Example

White with #AA33E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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