#AA34F1

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

Shades of Blue Violet #AA34F1

Tints of Blue Violet #AA34F1

Color information

#AA34F1 (or 0xAA34F1) is unknown color: approx Blue Violet. HEX triplet: AA, 34 and F1. RGB value is (170,52,241). Sum of RGB (Red+Green+Blue) = 170+52+241=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA34F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA34F1 is #55CB0E. Grayscale: #6C6C6C. Windows color (decimal): -5622543 or 15807658. OLE color: 15807658.

HSL color Cylindrical-coordinate representation of color #AA34F1: hue angle of 277.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA34F1 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17052241-
CMYK0.290.7800.05
HSL277.46º87.1%57.45%-
HSV(B)277.46º78.42%94.51%-
XYZ33.6817.3584.79-
YUV108.83202.59171.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 52 (20.70% from 255) = 11.23%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=36.72%
G=11.23%
B=52.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170522410.290.7800.05277.4687.157.45
HexAA34F11D4E051155739
Octal25264361351160542512771
Binary101010101101001111000111101100111001011000101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34F1; }

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

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

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

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

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

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

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

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