#AF5FB1

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

Shades of Violet Blue #AF5FB1

Tints of Violet Blue #AF5FB1

Color information

#AF5FB1 (or 0xAF5FB1) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and B1. RGB value is (175,95,177). Sum of RGB (Red+Green+Blue) = 175+95+177=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF5FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5FB1 is #50A04E. Grayscale: #808080. Windows color (decimal): -5283919 or 11624367. OLE color: 11624367.

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

Color convert

RGB17595177-
CMYK0.010.4600.31
HSL298.54º34.45%53.33%-
HSV(B)298.54º46.33%69.41%-
XYZ29.7120.4743.98-
YUV128.27155.5161.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=39.15%
G=21.25%
B=39.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175951770.010.4600.31298.5434.4553.33
HexAF5FB112E01F12b2235
Octal2571372611560374534265
Binary101011111011111101100011101110011111100101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FB1; }

 p { color: rgb(175,95,177); }

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

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

 a { background-color: rgb(175,95,177); }

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

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

 span { border-color: rgb(175,95,177); }

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