#AF6BAF

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

Shades of Violet Blue #AF6BAF

Tints of Violet Blue #AF6BAF

Color information

#AF6BAF (or 0xAF6BAF) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and AF. RGB value is (175,107,175). Sum of RGB (Red+Green+Blue) = 175+107+175=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAF is #509450. Grayscale: #868686. Windows color (decimal): -5280849 or 11496367. OLE color: 11496367.

HSL color Cylindrical-coordinate representation of color #AF6BAF: hue angle of 300º 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 #AF6BAF is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175107175-
CMYK00.3900.31
HSL300º29.82%55.29%-
HSV(B)300º38.86%68.63%-
XYZ30.6722.7243.33-
YUV135.08150.53156.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=38.29%
G=23.41%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510717500.3900.3130029.8255.29
HexAF6BAF02701F12c1e37
Octal2571532570470374543667
Binary10101111110101110101111010011101111110010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BAF; }

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

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

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

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

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

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

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

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