#af6bad

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

Shades of Violet Blue #AF6BAD

Tints of Violet Blue #AF6BAD

Color information

#AF6BAD (or 0xAF6BAD) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and AD. RGB value is (175,107,173). Sum of RGB (Red+Green+Blue) = 175+107+173=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAD is #509452. Grayscale: #868686. Windows color (decimal): -5280851 or 11365295. OLE color: 11365295.

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

Color convert

RGB175107173-
CMYK00.390.010.31
HSL301.76º29.82%55.29%-
HSV(B)301.76º38.86%68.63%-
XYZ30.4822.6542.3-
YUV134.86149.53156.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=38.46%
G=23.52%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510717300.390.010.31301.7629.8255.29
HexAF6BAD02711F12e1e37
Octal2571532550471374563667
Binary10101111110101110101101010011111111110010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6bad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6bad; }

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

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

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

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

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

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

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

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