Html Css Color HEX #AA3BF8 Blue Violet

📋 copy color: '#AA3BF8'

red 170 ◦ green 59 ◦ blue 248

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

Shades of Blue Violet #AA3BF8

Tints of Blue Violet #AA3BF8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.37%

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 35.64%
G = 12.37%
B = 51.99%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA3BF8 (or 0xAA3BF8) is known color: Blue Violet. HEX triplet: AA, 3B and F8. RGB value is (170,59,248). Sum of RGB (Red+Green+Blue) = 170+59+248=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA3BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BF8 is #55C407. Grayscale: #717171. Windows color (decimal): -5620744 or 16268202. OLE color: 16268202.

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

Color convert

RGB 170 59 248 -
CMYK 0.31 0.76 0 0.03
HSL 275.24º 0.93% 0.6% -
HSV(B) 275.24º 0.76% 0.97% -
XYZ 35.08 18.45 90.52 -
YUV 113.74 203.77 168.13 -
System Red Green Blue C M Y K H S L
Decimal 170 59 248 0.31 0.76 0 0.03 275.24 0.93 0.6
Hex AA 3B F8 1F 4C 0 3 113 5D 3C
Octal 252 73 370 37 114 0 3 423 135 74
Binary 10101010 111011 11111000 11111 1001100 0 11 100010011 1011101 111100

Color Harmonies of #AA3BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BF8

Black with #AA3BF8

Text Example


Text Example

White with #AA3BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BF8; }

 p { color: rgb(170,59,248); }

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

background-color css

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

 a { background-color: rgb(170,59,248); }

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

border-color css

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

 span { border-color: rgb(170,59,248); }

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