#AF679E

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

Shades of Violet Blue #AF679E

Tints of Violet Blue #AF679E

Color information

#AF679E (or 0xAF679E) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and 9E. RGB value is (175,103,158). Sum of RGB (Red+Green+Blue) = 175+103+158=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF679E is #509861. Grayscale: #828282. Windows color (decimal): -5281890 or 10381231. OLE color: 10381231.

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

Color convert

RGB175103158-
CMYK00.410.100.31
HSL314.17º31.03%54.51%-
HSV(B)314.17º41.14%68.63%-
XYZ28.721.2834.94-
YUV130.8143.35159.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=40.14%
G=23.62%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510315800.410.100.31314.1731.0354.51
HexAF679E029A1F13a1f37
Octal25714723605112374723767
Binary10101111110011110011110010100110101111110011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF679E; }

 p { color: rgb(175,103,158); }

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

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

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

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

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

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

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