#AF68AD

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

Shades of Violet Blue #AF68AD

Tints of Violet Blue #AF68AD

Color information

#AF68AD (or 0xAF68AD) is unknown color: approx Violet Blue. HEX triplet: AF, 68 and AD. RGB value is (175,104,173). Sum of RGB (Red+Green+Blue) = 175+104+173=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68AD is #509752. Grayscale: #848484. Windows color (decimal): -5281619 or 11364527. OLE color: 11364527.

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

Color convert

RGB175104173-
CMYK00.410.010.31
HSL301.69º30.74%54.71%-
HSV(B)301.69º40.57%68.63%-
XYZ30.1722.0342.2-
YUV133.1150.52157.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=38.72%
G=23.01%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510417300.410.010.31301.6930.7454.71
HexAF68AD02911F12e1f37
Octal2571502550511374563767
Binary10101111110100010101101010100111111110010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68AD; }

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

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

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

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

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

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

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

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