Html Css Color HEX #AA47AF Violet Blue

📋 copy color: '#AA47AF'

red 170 ◦ green 71 ◦ blue 175

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

Shades of Violet Blue #AA47AF

Tints of Violet Blue #AA47AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 40.87%
G = 17.07%
B = 42.07%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA47AF (or 0xAA47AF) is known color: Violet Blue. HEX triplet: AA, 47 and AF. RGB value is (170,71,175). Sum of RGB (Red+Green+Blue) = 170+71+175=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA47AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA47AF is #55B850. Grayscale: #707070. Windows color (decimal): -5617745 or 11487146. OLE color: 11487146.

HSL color Cylindrical-coordinate representation of color #AA47AF: hue angle of 297.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA47AF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 71 175 -
CMYK 0.03 0.59 0 0.31
HSL 297.12º 0.42% 0.48% -
HSV(B) 297.12º 0.59% 0.69% -
XYZ 26.57 16.15 42.27 -
YUV 112.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 170 71 175 0.03 0.59 0 0.31 297.12 0.42 0.48
Hex AA 47 AF 3 3B 0 1F 129 2A 30
Octal 252 107 257 3 73 0 37 451 52 60
Binary 10101010 1000111 10101111 11 111011 0 11111 100101001 101010 110000

Color Harmonies of #AA47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47AF

Black with #AA47AF

Text Example


Text Example

White with #AA47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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