#AF6EB6

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

Shades of Violet Blue #AF6EB6

Tints of Violet Blue #AF6EB6

Color information

#AF6EB6 (or 0xAF6EB6) is unknown color: approx Violet Blue. HEX triplet: AF, 6E and B6. RGB value is (175,110,182). Sum of RGB (Red+Green+Blue) = 175+110+182=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF6EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EB6 is #509149. Grayscale: #898989. Windows color (decimal): -5280074 or 11955887. OLE color: 11955887.

HSL color Cylindrical-coordinate representation of color #AF6EB6: hue angle of 294.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6EB6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175110182-
CMYK0.040.4000.29
HSL294.17º33.03%57.25%-
HSV(B)294.17º39.56%71.37%-
XYZ31.723.6447.15-
YUV137.64153.03154.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=37.47%
G=23.55%
B=38.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751101820.040.4000.29294.1733.0357.25
HexAF6EB642801D1262139
Octal2571562664500354464171
Binary10101111110111010110110100101000011101100100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EB6; }

 p { color: rgb(175,110,182); }

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

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

 a { background-color: rgb(175,110,182); }

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

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

 span { border-color: rgb(175,110,182); }

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