#AF6FAD

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

Shades of Violet Blue #AF6FAD

Tints of Violet Blue #AF6FAD

Color information

#AF6FAD (or 0xAF6FAD) is unknown color: approx Violet Blue. HEX triplet: AF, 6F and AD. RGB value is (175,111,173). Sum of RGB (Red+Green+Blue) = 175+111+173=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6FAD is #509052. Grayscale: #898989. Windows color (decimal): -5279827 or 11366319. OLE color: 11366319.

HSL color Cylindrical-coordinate representation of color #AF6FAD: hue angle of 301.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6FAD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175111173-
CMYK00.370.010.31
HSL301.88º28.57%56.08%-
HSV(B)301.88º36.57%68.63%-
XYZ30.9123.542.44-
YUV137.2148.2154.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=38.13%
G=24.18%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511117300.370.010.31301.8828.5756.08
HexAF6FAD02511F12e1d38
Octal2571572550451374563570
Binary10101111110111110101101010010111111110010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FAD; }

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

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

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

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

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

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

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

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