#AA35ED

Color #AA35ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AA35ED

Tints of Blue Violet #AA35ED

Color information

#AA35ED (or 0xAA35ED) is unknown color: approx Blue Violet. HEX triplet: AA, 35 and ED. RGB value is (170,53,237). Sum of RGB (Red+Green+Blue) = 170+53+237=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA35ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA35ED is #55CA12. Grayscale: #6C6C6C. Windows color (decimal): -5622291 or 15545770. OLE color: 15545770.

HSL color Cylindrical-coordinate representation of color #AA35ED: hue angle of 278.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA35ED is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17053237-
CMYK0.280.7800.07
HSL278.15º83.64%56.86%-
HSV(B)278.15º77.64%92.94%-
XYZ33.1417.2181.7-
YUV108.96200.26171.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 53 (21.09% from 255) = 11.52%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=36.96%
G=11.52%
B=51.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170532370.280.7800.07278.1583.6456.86
HexAA35ED1C4E071165439
Octal25265355341160742612471
Binary101010101101011110110111100100111001111000101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35ED; }

 p { color: rgb(170,53,237); }

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

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

 a { background-color: rgb(170,53,237); }

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

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

 span { border-color: rgb(170,53,237); }

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