#AA3AFD

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

Shades of Blue Violet #AA3AFD

Tints of Blue Violet #AA3AFD

Color information

#AA3AFD (or 0xAA3AFD) is unknown color: approx Blue Violet. HEX triplet: AA, 3A and FD. RGB value is (170,58,253). Sum of RGB (Red+Green+Blue) = 170+58+253=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA3AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AFD is #55C502. Grayscale: #717171. Windows color (decimal): -5620995 or 16595626. OLE color: 16595626.

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

Color convert

RGB17058253-
CMYK0.330.7700.01
HSL274.46º97.99%60.98%-
HSV(B)274.46º77.08%99.22%-
XYZ35.8218.6694.64-
YUV113.72206.61168.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 58 (23.05% from 255) = 12.06%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=35.34%
G=12.06%
B=52.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170582530.330.7700.01274.4697.9960.98
HexAA3AFD214D01112623d
Octal25272375411150142214275
Binary10101010111010111111011000011001101011000100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AFD; }

 p { color: rgb(170,58,253); }

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

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

 a { background-color: rgb(170,58,253); }

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

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

 span { border-color: rgb(170,58,253); }

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