Html Css Color HEX #AA3AFF Blue Violet

📋 copy color: '#AA3AFF'

red 170 ◦ green 58 ◦ blue 255

#AA3AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AA3AFF

Tints of Blue Violet #AA3AFF

RGB

 RED value IS 170 (66.8% from 255) = 35.2%

 GREEN value IS 58 (23.05% from 255) = 12.01%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 35.2%
G = 12.01%
B = 52.8%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA3AFF (or 0xAA3AFF) is known color: Blue Violet. HEX triplet: AA, 3A and FF. RGB value is (170,58,255). Sum of RGB (Red+Green+Blue) = 170+58+255=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AFF is #55C500. Grayscale: #717171. Windows color (decimal): -5620993 or 16726698. OLE color: 16726698.

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

Color convert

RGB 170 58 255 -
CMYK 0.33 0.77 0 0
HSL 274.11º 1% 0.61% -
HSV(B) 274.11º 0.77% 1% -
XYZ 36.14 18.79 96.33 -
YUV 113.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 170 58 255 0.33 0.77 0 0 274.11 1 0.61
Hex AA 3A FF 21 4D 0 0 112 64 3D
Octal 252 72 377 41 115 0 0 422 144 75
Binary 10101010 111010 11111111 100001 1001101 0 0 100010010 1100100 111101

Color Harmonies of #AA3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AFF

Black with #AA3AFF

Text Example


Text Example

White with #AA3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AFF; }

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

 H1.HeaderClassName
 {
   color: #AA3AFF;
 }
 .AnyTagClassName
 {
   color: #AA3AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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