Html Css Color HEX #AA3AF5 Blue Violet

📋 copy color: '#AA3AF5'

red 170 ◦ green 58 ◦ blue 245

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

Shades of Blue Violet #AA3AF5

Tints of Blue Violet #AA3AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.8%

R = 35.94%
G = 12.26%
B = 51.8%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA3AF5 (or 0xAA3AF5) is known color: Blue Violet. HEX triplet: AA, 3A and F5. RGB value is (170,58,245). Sum of RGB (Red+Green+Blue) = 170+58+245=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA3AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AF5 is #55C50A. Grayscale: #707070. Windows color (decimal): -5621003 or 16071338. OLE color: 16071338.

HSL color Cylindrical-coordinate representation of color #AA3AF5: hue angle of 275.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3AF5 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 58 245 -
CMYK 0.31 0.76 0 0.04
HSL 275.94º 0.9% 0.59% -
HSV(B) 275.94º 0.76% 0.96% -
XYZ 34.57 18.16 88.07 -
YUV 112.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 170 58 245 0.31 0.76 0 0.04 275.94 0.9 0.59
Hex AA 3A F5 1F 4C 0 4 114 5A 3B
Octal 252 72 365 37 114 0 4 424 132 73
Binary 10101010 111010 11110101 11111 1001100 0 100 100010100 1011010 111011

Color Harmonies of #AA3AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AF5

Black with #AA3AF5

Text Example


Text Example

White with #AA3AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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