#AF6BAE

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

Shades of Violet Blue #AF6BAE

Tints of Violet Blue #AF6BAE

Color information

#AF6BAE (or 0xAF6BAE) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and AE. RGB value is (175,107,174). Sum of RGB (Red+Green+Blue) = 175+107+174=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAE is #509451. Grayscale: #868686. Windows color (decimal): -5280850 or 11430831. OLE color: 11430831.

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

Color convert

RGB175107174-
CMYK00.390.010.31
HSL300.88º29.82%55.29%-
HSV(B)300.88º38.86%68.63%-
XYZ30.5822.6942.81-
YUV134.97150.03156.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=38.38%
G=23.46%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510717400.390.010.31300.8829.8255.29
HexAF6BAE02711F12d1e37
Octal2571532560471374553667
Binary10101111110101110101110010011111111110010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BAE; }

 p { color: rgb(175,107,174); }

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

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

 a { background-color: rgb(175,107,174); }

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

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

 span { border-color: rgb(175,107,174); }

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