Html Css Color HEX #AA47FE Blue Violet

📋 copy color: '#AA47FE'

red 170 ◦ green 71 ◦ blue 254

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

Shades of Blue Violet #AA47FE

Tints of Blue Violet #AA47FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 34.34%
G = 14.34%
B = 51.31%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA47FE (or 0xAA47FE) is known color: Blue Violet. HEX triplet: AA, 47 and FE. RGB value is (170,71,254). Sum of RGB (Red+Green+Blue) = 170+71+254=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47FE is #55B801. Grayscale: #787878. Windows color (decimal): -5617666 or 16664490. OLE color: 16664490.

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

Color convert

RGB 170 71 254 -
CMYK 0.33 0.72 0 0.00
HSL 272.46º 0.99% 0.64% -
HSV(B) 272.46º 0.72% 1% -
XYZ 36.72 20.21 95.73 -
YUV 121.46 202.8 162.62 -
System Red Green Blue C M Y K H S L
Decimal 170 71 254 0.33 0.72 0 0.00 272.46 0.99 0.64
Hex AA 47 FE 21 48 0 0 110 63 40
Octal 252 107 376 41 110 0 0 420 143 100
Binary 10101010 1000111 11111110 100001 1001000 0 0 100010000 1100011 1000000

Color Harmonies of #AA47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47FE

Black with #AA47FE

Text Example


Text Example

White with #AA47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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