Html Css Color HEX #AA33EA Dark Orchid

📋 copy color: '#AA33EA'

red 170 ◦ green 51 ◦ blue 234

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

Shades of Dark Orchid #AA33EA

Tints of Dark Orchid #AA33EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 37.36%
G = 11.21%
B = 51.43%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA33EA (or 0xAA33EA) is known color: Dark Orchid. HEX triplet: AA, 33 and EA. RGB value is (170,51,234). Sum of RGB (Red+Green+Blue) = 170+51+234=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA33EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33EA is #55CC15. Grayscale: #6A6A6A. Windows color (decimal): -5622806 or 15348650. OLE color: 15348650.

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

Color convert

RGB 170 51 234 -
CMYK 0.27 0.78 0 0.08
HSL 279.02º 0.81% 0.56% -
HSV(B) 279.02º 0.78% 0.92% -
XYZ 32.61 16.85 79.38 -
YUV 107.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 170 51 234 0.27 0.78 0 0.08 279.02 0.81 0.56
Hex AA 33 EA 1B 4E 0 8 117 51 38
Octal 252 63 352 33 116 0 10 427 121 70
Binary 10101010 110011 11101010 11011 1001110 0 1000 100010111 1010001 111000

Color Harmonies of #AA33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33EA

Black with #AA33EA

Text Example


Text Example

White with #AA33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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