#AF669C

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

Shades of Violet Blue #AF669C

Tints of Violet Blue #AF669C

Color information

#AF669C (or 0xAF669C) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and 9C. RGB value is (175,102,156). Sum of RGB (Red+Green+Blue) = 175+102+156=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF669C is #509963. Grayscale: #818181. Windows color (decimal): -5282148 or 10249903. OLE color: 10249903.

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

Color convert

RGB175102156-
CMYK00.420.110.31
HSL315.62º31.33%54.31%-
HSV(B)315.62º41.71%68.63%-
XYZ28.4321.0234.01-
YUV129.98142.68160.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=40.42%
G=23.56%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510215600.420.110.31315.6231.3354.31
HexAF669C02AB1F13c1f36
Octal25714623405213374743766
Binary10101111110011010011100010101010111111110011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF669C; }

 p { color: rgb(175,102,156); }

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

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

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

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

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

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

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