#AF60A7

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

Shades of Violet Blue #AF60A7

Tints of Violet Blue #AF60A7

Color information

#AF60A7 (or 0xAF60A7) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and A7. RGB value is (175,96,167). Sum of RGB (Red+Green+Blue) = 175+96+167=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60A7 is #509F58. Grayscale: #7F7F7F. Windows color (decimal): -5283673 or 10969263. OLE color: 10969263.

HSL color Cylindrical-coordinate representation of color #AF60A7: hue angle of 306.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF60A7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17596167-
CMYK00.450.050.31
HSL306.08º33.05%53.14%-
HSV(B)306.08º45.14%68.63%-
XYZ28.8420.2738.95-
YUV127.71150.17161.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=39.95%
G=21.92%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759616700.450.050.31306.0833.0553.14
HexAF60A702D51F1322135
Octal2571402470555374624165
Binary10101111110000010100111010110110111111100110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60A7; }

 p { color: rgb(175,96,167); }

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

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

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

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

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

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

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