#AF68AF

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

Shades of Violet Blue #AF68AF

Tints of Violet Blue #AF68AF

Color information

#AF68AF (or 0xAF68AF) is unknown color: approx Violet Blue. HEX triplet: AF, 68 and AF. RGB value is (175,104,175). Sum of RGB (Red+Green+Blue) = 175+104+175=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF68AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68AF is #509750. Grayscale: #858585. Windows color (decimal): -5281617 or 11495599. OLE color: 11495599.

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

Color convert

RGB175104175-
CMYK00.4100.31
HSL300º30.74%54.71%-
HSV(B)300º40.57%68.63%-
XYZ30.3722.1143.22-
YUV133.32151.52157.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=38.55%
G=22.91%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510417500.4100.3130030.7454.71
HexAF68AF02901F12c1f37
Octal2571502570510374543767
Binary10101111110100010101111010100101111110010110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68AF; }

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

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

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

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

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

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

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

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