#AA34EA

Color #AA34EA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA34EA

Tints of Dark Orchid #AA34EA

Color information

#AA34EA (or 0xAA34EA) is unknown color: approx Dark Orchid. HEX triplet: AA, 34 and EA. RGB value is (170,52,234). Sum of RGB (Red+Green+Blue) = 170+52+234=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA34EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA34EA is #55CB15. Grayscale: #6B6B6B. Windows color (decimal): -5622550 or 15348906. OLE color: 15348906.

HSL color Cylindrical-coordinate representation of color #AA34EA: hue angle of 278.9º 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 #AA34EA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17052234-
CMYK0.270.7800.08
HSL278.9º81.25%56.08%-
HSV(B)278.9º77.78%91.76%-
XYZ32.6616.9479.39-
YUV108.03199.09172.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 52 (20.70% from 255) = 11.40%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=37.28%
G=11.40%
B=51.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170522340.270.7800.08278.981.2556.08
HexAA34EA1B4E081175138
Octal252643523311601042712170
Binary1010101011010011101010110111001110010001000101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34EA; }

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

 H1.HeaderClassName
 {
   color: #AA34EA;
 }
 .AnyTagClassName
 {
   color: #AA34EA;
 }
</style>
background-color css

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

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

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

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

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

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