Html Css Color HEX #AF49A5 Violet Blue

📋 copy color: '#AF49A5'

red 175 ◦ green 73 ◦ blue 165

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

Shades of Violet Blue #AF49A5

Tints of Violet Blue #AF49A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 42.37%
G = 17.68%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF49A5 (or 0xAF49A5) is known color: Violet Blue. HEX triplet: AF, 49 and A5. RGB value is (175,73,165). Sum of RGB (Red+Green+Blue) = 175+73+165=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49A5 is #50B65A. Grayscale: #717171. Windows color (decimal): -5289563 or 10832303. OLE color: 10832303.

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

Color convert

RGB 175 73 165 -
CMYK 0 0.58 0.06 0.31
HSL 305.88º 0.41% 0.49% -
HSV(B) 305.88º 0.58% 0.69% -
XYZ 26.85 16.6 37.39 -
YUV 113.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 175 73 165 0 0.58 0.06 0.31 305.88 0.41 0.49
Hex AF 49 A5 0 3A 6 1F 132 29 31
Octal 257 111 245 0 72 6 37 462 51 61
Binary 10101111 1001001 10100101 0 111010 110 11111 100110010 101001 110001

Color Harmonies of #AF49A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49A5

Black with #AF49A5

Text Example


Text Example

White with #AF49A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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