Html Css Color HEX #AA33E4 Dark Orchid

📋 copy color: '#AA33E4'

red 170 ◦ green 51 ◦ blue 228

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

Shades of Dark Orchid #AA33E4

Tints of Dark Orchid #AA33E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.78%

R = 37.86%
G = 11.36%
B = 50.78%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA33E4 (or 0xAA33E4) is known color: Dark Orchid. HEX triplet: AA, 33 and E4. RGB value is (170,51,228). Sum of RGB (Red+Green+Blue) = 170+51+228=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33E4 is #55CC1B. Grayscale: #6A6A6A. Windows color (decimal): -5622812 or 14955434. OLE color: 14955434.

HSL color Cylindrical-coordinate representation of color #AA33E4: hue angle of 280.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA33E4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 51 228 -
CMYK 0.25 0.78 0 0.11
HSL 280.34º 0.77% 0.55% -
HSV(B) 280.34º 0.78% 0.89% -
XYZ 31.76 16.52 74.91 -
YUV 106.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 170 51 228 0.25 0.78 0 0.11 280.34 0.77 0.55
Hex AA 33 E4 19 4E 0 B 118 4D 37
Octal 252 63 344 31 116 0 13 430 115 67
Binary 10101010 110011 11100100 11001 1001110 0 1011 100011000 1001101 110111

Color Harmonies of #AA33E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33E4

Black with #AA33E4

Text Example


Text Example

White with #AA33E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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