#AF5297

Color #AF5297 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF5297

Tints of Violet Blue #AF5297

Color information

#AF5297 (or 0xAF5297) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and 97. RGB value is (175,82,151). Sum of RGB (Red+Green+Blue) = 175+82+151=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5297 is #50AD68. Grayscale: #757575. Windows color (decimal): -5287273 or 9917103. OLE color: 9917103.

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

Color convert

RGB17582151-
CMYK00.530.140.31
HSL315.48º36.76%50.39%-
HSV(B)315.48º53.14%68.63%-
XYZ26.2817.3831.25-
YUV117.67146.81168.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=42.89%
G=20.10%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758215100.530.140.31315.4836.7650.39
HexAF5297035E1F13b2532
Octal25712222706516374734562
Binary101011111010010100101110110101111011111100111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5297; }

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

 H1.HeaderClassName
 {
   color: #AF5297;
 }
 .AnyTagClassName
 {
   color: #AF5297;
 }
</style>
background-color css

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

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

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

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

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

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