#AA38FF

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

Shades of Blue Violet #AA38FF

Tints of Blue Violet #AA38FF

Color information

#AA38FF (or 0xAA38FF) is unknown color: approx Blue Violet. HEX triplet: AA, 38 and FF. RGB value is (170,56,255). Sum of RGB (Red+Green+Blue) = 170+56+255=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38FF is #55C700. Grayscale: #707070. Windows color (decimal): -5621505 or 16726186. OLE color: 16726186.

HSL color Cylindrical-coordinate representation of color #AA38FF: hue angle of 274.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA38FF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17056255-
CMYK0.330.7800
HSL274.37º100%60.98%-
HSV(B)274.37º78.04%100%-
XYZ36.0418.5996.3-
YUV112.77208.27168.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 56 (22.27% from 255) = 11.64%
BLUE value IS 255 (100% from 255) = 53.01%
R=35.34%
G=11.64%
B=53.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170562550.330.7800274.3710060.98
HexAA38FF214E00112643d
Octal25270377411160042214475
Binary10101010111000111111111000011001110001000100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38FF; }

 p { color: rgb(170,56,255); }

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

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

 a { background-color: rgb(170,56,255); }

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

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

 span { border-color: rgb(170,56,255); }

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