Html Css Color HEX #AA48AF Violet Blue

📋 copy color: '#AA48AF'

red 170 ◦ green 72 ◦ blue 175

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

Shades of Violet Blue #AA48AF

Tints of Violet Blue #AA48AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 40.77%
G = 17.27%
B = 41.97%

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

#AA48AF (or 0xAA48AF) is known color: Violet Blue. HEX triplet: AA, 48 and AF. RGB value is (170,72,175). Sum of RGB (Red+Green+Blue) = 170+72+175=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA48AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48AF is #55B750. Grayscale: #707070. Windows color (decimal): -5617489 or 11487402. OLE color: 11487402.

HSL color Cylindrical-coordinate representation of color #AA48AF: hue angle of 297.09º 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 #AA48AF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 72 175 -
CMYK 0.03 0.59 0 0.31
HSL 297.09º 0.42% 0.48% -
HSV(B) 297.09º 0.59% 0.69% -
XYZ 26.63 16.28 42.3 -
YUV 113.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 170 72 175 0.03 0.59 0 0.31 297.09 0.42 0.48
Hex AA 48 AF 3 3B 0 1F 129 2A 30
Octal 252 110 257 3 73 0 37 451 52 60
Binary 10101010 1001000 10101111 11 111011 0 11111 100101001 101010 110000

Color Harmonies of #AA48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48AF

Black with #AA48AF

Text Example


Text Example

White with #AA48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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