Html Css Color HEX #AF5497 Violet Blue

📋 copy color: '#AF5497'

red 175 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #AF5497

Tints of Violet Blue #AF5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 42.68%
G = 20.49%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5497 (or 0xAF5497) is known color: Violet Blue. HEX triplet: AF, 54 and 97. RGB value is (175,84,151). Sum of RGB (Red+Green+Blue) = 175+84+151=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5497 is #50AB68. Grayscale: #767676. Windows color (decimal): -5286761 or 9917615. OLE color: 9917615.

HSL color Cylindrical-coordinate representation of color #AF5497: hue angle of 315.82º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5497 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 151 -
CMYK 0 0.52 0.14 0.31
HSL 315.82º 0.36% 0.51% -
HSV(B) 315.82º 0.52% 0.69% -
XYZ 26.44 17.69 31.3 -
YUV 118.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 175 84 151 0 0.52 0.14 0.31 315.82 0.36 0.51
Hex AF 54 97 0 34 E 1F 13C 24 33
Octal 257 124 227 0 64 16 37 474 44 63
Binary 10101111 1010100 10010111 0 110100 1110 11111 100111100 100100 110011

Color Harmonies of #AF5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5497

Black with #AF5497

Text Example


Text Example

White with #AF5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5497; }

 p { color: rgb(175,84,151); }

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

background-color css

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

 a { background-color: rgb(175,84,151); }

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

border-color css

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

 span { border-color: rgb(175,84,151); }

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