Html Css Color HEX #AA47FF Blue Violet

📋 copy color: '#AA47FF'

red 170 ◦ green 71 ◦ blue 255

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

Shades of Blue Violet #AA47FF

Tints of Blue Violet #AA47FF

RGB

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

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

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

R = 34.27%
G = 14.31%
B = 51.41%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA47FF (or 0xAA47FF) is known color: Blue Violet. HEX triplet: AA, 47 and FF. RGB value is (170,71,255). Sum of RGB (Red+Green+Blue) = 170+71+255=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47FF is #55B800. Grayscale: #787878. Windows color (decimal): -5617665 or 16730026. OLE color: 16730026.

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

Color convert

RGB 170 71 255 -
CMYK 0.33 0.72 0 0
HSL 272.28º 1% 0.64% -
HSV(B) 272.28º 0.72% 1% -
XYZ 36.88 20.27 96.58 -
YUV 121.58 203.3 162.54 -
System Red Green Blue C M Y K H S L
Decimal 170 71 255 0.33 0.72 0 0 272.28 1 0.64
Hex AA 47 FF 21 48 0 0 110 64 40
Octal 252 107 377 41 110 0 0 420 144 100
Binary 10101010 1000111 11111111 100001 1001000 0 0 100010000 1100100 1000000

Color Harmonies of #AA47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47FF

Black with #AA47FF

Text Example


Text Example

White with #AA47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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