Html Css Color HEX #AA47FB Blue Violet

📋 copy color: '#AA47FB'

red 170 ◦ green 71 ◦ blue 251

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

Shades of Blue Violet #AA47FB

Tints of Blue Violet #AA47FB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.43%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 34.55%
G = 14.43%
B = 51.02%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA47FB (or 0xAA47FB) is known color: Blue Violet. HEX triplet: AA, 47 and FB. RGB value is (170,71,251). Sum of RGB (Red+Green+Blue) = 170+71+251=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA47FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47FB is #55B804. Grayscale: #787878. Windows color (decimal): -5617669 or 16467882. OLE color: 16467882.

HSL color Cylindrical-coordinate representation of color #AA47FB: hue angle of 273º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA47FB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 71 251 -
CMYK 0.32 0.72 0 0.02
HSL 273º 0.96% 0.63% -
HSV(B) 273º 0.72% 0.98% -
XYZ 36.24 20.02 93.22 -
YUV 121.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 170 71 251 0.32 0.72 0 0.02 273 0.96 0.63
Hex AA 47 FB 20 48 0 2 111 60 3F
Octal 252 107 373 40 110 0 2 421 140 77
Binary 10101010 1000111 11111011 100000 1001000 0 10 100010001 1100000 111111

Color Harmonies of #AA47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47FB

Black with #AA47FB

Text Example


Text Example

White with #AA47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47FB; }

 p { color: rgb(170,71,251); }

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

background-color css

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

 a { background-color: rgb(170,71,251); }

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

border-color css

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

 span { border-color: rgb(170,71,251); }

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