#AF74B0

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

Shades of Violet Blue #AF74B0

Tints of Violet Blue #AF74B0

Color information

#AF74B0 (or 0xAF74B0) is unknown color: approx Violet Blue. HEX triplet: AF, 74 and B0. RGB value is (175,116,176). Sum of RGB (Red+Green+Blue) = 175+116+176=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF74B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74B0 is #508B4F. Grayscale: #8C8C8C. Windows color (decimal): -5278544 or 11564207. OLE color: 11564207.

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

Color convert

RGB175116176-
CMYK0.010.3400.31
HSL299º27.52%57.25%-
HSV(B)299º34.09%69.02%-
XYZ31.7624.7444.18-
YUV140.48148.05152.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=37.47%
G=24.84%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751161760.010.3400.3129927.5257.25
HexAF74B012201F12b1c39
Octal2571642601420374533471
Binary10101111111010010110000110001001111110010101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74B0; }

 p { color: rgb(175,116,176); }

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

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

 a { background-color: rgb(175,116,176); }

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

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

 span { border-color: rgb(175,116,176); }

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