Html Css Color HEX #AF499F Violet Blue

📋 copy color: '#AF499F'

red 175 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #AF499F

Tints of Violet Blue #AF499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 43%
G = 17.94%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF499F (or 0xAF499F) is known color: Violet Blue. HEX triplet: AF, 49 and 9F. RGB value is (175,73,159). Sum of RGB (Red+Green+Blue) = 175+73+159=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF499F is #50B660. Grayscale: #717171. Windows color (decimal): -5289569 or 10439087. OLE color: 10439087.

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

Color convert

RGB 175 73 159 -
CMYK 0 0.58 0.09 0.31
HSL 309.41º 0.41% 0.49% -
HSV(B) 309.41º 0.58% 0.69% -
XYZ 26.32 16.38 34.58 -
YUV 113.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 175 73 159 0 0.58 0.09 0.31 309.41 0.41 0.49
Hex AF 49 9F 0 3A 9 1F 135 29 31
Octal 257 111 237 0 72 11 37 465 51 61
Binary 10101111 1001001 10011111 0 111010 1001 11111 100110101 101001 110001

Color Harmonies of #AF499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF499F

Black with #AF499F

Text Example


Text Example

White with #AF499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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