Html Css Color HEX #AA3AF6 Blue Violet

📋 copy color: '#AA3AF6'

red 170 ◦ green 58 ◦ blue 246

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

Shades of Blue Violet #AA3AF6

Tints of Blue Violet #AA3AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 35.86%
G = 12.24%
B = 51.9%

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

#AA3AF6 (or 0xAA3AF6) is known color: Blue Violet. HEX triplet: AA, 3A and F6. RGB value is (170,58,246). Sum of RGB (Red+Green+Blue) = 170+58+246=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA3AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AF6 is #55C509. Grayscale: #707070. Windows color (decimal): -5621002 or 16136874. OLE color: 16136874.

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

Color convert

RGB 170 58 246 -
CMYK 0.31 0.76 0 0.04
HSL 275.74º 0.91% 0.6% -
HSV(B) 275.74º 0.76% 0.96% -
XYZ 34.73 18.23 88.88 -
YUV 112.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 170 58 246 0.31 0.76 0 0.04 275.74 0.91 0.6
Hex AA 3A F6 1F 4C 0 4 114 5B 3C
Octal 252 72 366 37 114 0 4 424 133 74
Binary 10101010 111010 11110110 11111 1001100 0 100 100010100 1011011 111100

Color Harmonies of #AA3AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AF6

Black with #AA3AF6

Text Example


Text Example

White with #AA3AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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