#AA39FA

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

Shades of Blue Violet #AA39FA

Tints of Blue Violet #AA39FA

Color information

#AA39FA (or 0xAA39FA) is unknown color: approx Blue Violet. HEX triplet: AA, 39 and FA. RGB value is (170,57,250). Sum of RGB (Red+Green+Blue) = 170+57+250=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA39FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA39FA is #55C605. Grayscale: #707070. Windows color (decimal): -5621254 or 16398762. OLE color: 16398762.

HSL color Cylindrical-coordinate representation of color #AA39FA: hue angle of 275.13º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA39FA is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17057250-
CMYK0.320.7700.02
HSL275.13º95.07%60.2%-
HSV(B)275.13º77.2%98.04%-
XYZ35.318.3792.13-
YUV112.79205.44168.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 57 (22.66% from 255) = 11.95%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=35.64%
G=11.95%
B=52.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170572500.320.7700.02275.1395.0760.2
HexAA39FA204D021135f3c
Octal25271372401150242313774
Binary101010101110011111101010000010011010101000100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39FA; }

 p { color: rgb(170,57,250); }

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

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

 a { background-color: rgb(170,57,250); }

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

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

 span { border-color: rgb(170,57,250); }

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