#AF68B4

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

Shades of Violet Blue #AF68B4

Tints of Violet Blue #AF68B4

Color information

#AF68B4 (or 0xAF68B4) is unknown color: approx Violet Blue. HEX triplet: AF, 68 and B4. RGB value is (175,104,180). Sum of RGB (Red+Green+Blue) = 175+104+180=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68B4 is #50974B. Grayscale: #858585. Windows color (decimal): -5281612 or 11823279. OLE color: 11823279.

HSL color Cylindrical-coordinate representation of color #AF68B4: hue angle of 296.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF68B4 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175104180-
CMYK0.030.4200.29
HSL296.05º33.63%55.69%-
HSV(B)296.05º42.22%70.59%-
XYZ30.8722.3145.86-
YUV133.89154.02157.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=38.13%
G=22.66%
B=39.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751041800.030.4200.29296.0533.6355.69
HexAF68B432A01D1282238
Octal2571502643520354504270
Binary1010111111010001011010011101010011101100101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68B4; }

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

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

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

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

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

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

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

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