Html Css Color HEX #AF499A Violet Blue

📋 copy color: '#AF499A'

red 175 ◦ green 73 ◦ blue 154

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

Shades of Violet Blue #AF499A

Tints of Violet Blue #AF499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 43.53%
G = 18.16%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF499A (or 0xAF499A) is known color: Violet Blue. HEX triplet: AF, 49 and 9A. RGB value is (175,73,154). Sum of RGB (Red+Green+Blue) = 175+73+154=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF499A is #50B665. Grayscale: #707070. Windows color (decimal): -5289574 or 10111407. OLE color: 10111407.

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

Color convert

RGB 175 73 154 -
CMYK 0 0.58 0.12 0.31
HSL 312.35º 0.41% 0.49% -
HSV(B) 312.35º 0.58% 0.69% -
XYZ 25.89 16.21 32.34 -
YUV 112.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 175 73 154 0 0.58 0.12 0.31 312.35 0.41 0.49
Hex AF 49 9A 0 3A C 1F 138 29 31
Octal 257 111 232 0 72 14 37 470 51 61
Binary 10101111 1001001 10011010 0 111010 1100 11111 100111000 101001 110001

Color Harmonies of #AF499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF499A

Black with #AF499A

Text Example


Text Example

White with #AF499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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