Html Css Color HEX #AF49AB Violet Blue

📋 copy color: '#AF49AB'

red 175 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #AF49AB

Tints of Violet Blue #AF49AB

RGB

 RED value IS 175 (68.75% from 255) = 41.77%

 GREEN value IS 73 (28.91% from 255) = 17.42%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 41.77%
G = 17.42%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF49AB (or 0xAF49AB) is known color: Violet Blue. HEX triplet: AF, 49 and AB. RGB value is (175,73,171). Sum of RGB (Red+Green+Blue) = 175+73+171=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AB is #50B654. Grayscale: #727272. Windows color (decimal): -5289557 or 11225519. OLE color: 11225519.

HSL color Cylindrical-coordinate representation of color #AF49AB: hue angle of 302.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF49AB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 171 -
CMYK 0 0.58 0.02 0.31
HSL 302.35º 0.41% 0.49% -
HSV(B) 302.35º 0.58% 0.69% -
XYZ 27.41 16.82 40.33 -
YUV 114.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 175 73 171 0 0.58 0.02 0.31 302.35 0.41 0.49
Hex AF 49 AB 0 3A 2 1F 12E 29 31
Octal 257 111 253 0 72 2 37 456 51 61
Binary 10101111 1001001 10101011 0 111010 10 11111 100101110 101001 110001

Color Harmonies of #AF49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49AB

Black with #AF49AB

Text Example


Text Example

White with #AF49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49AB; }

 p { color: rgb(175,73,171); }

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

background-color css

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

 a { background-color: rgb(175,73,171); }

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

border-color css

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

 span { border-color: rgb(175,73,171); }

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