#AF6AB6

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

Shades of Violet Blue #AF6AB6

Tints of Violet Blue #AF6AB6

Color information

#AF6AB6 (or 0xAF6AB6) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and B6. RGB value is (175,106,182). Sum of RGB (Red+Green+Blue) = 175+106+182=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AB6 is #509549. Grayscale: #878787. Windows color (decimal): -5281098 or 11954863. OLE color: 11954863.

HSL color Cylindrical-coordinate representation of color #AF6AB6: hue angle of 294.47º 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 #AF6AB6 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175106182-
CMYK0.040.4200.29
HSL294.47º34.23%56.47%-
HSV(B)294.47º41.76%71.37%-
XYZ31.2822.847.01-
YUV135.29154.36156.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=37.80%
G=22.89%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751061820.040.4200.29294.4734.2356.47
HexAF6AB642A01D1262238
Octal2571522664520354464270
Binary10101111110101010110110100101010011101100100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AB6; }

 p { color: rgb(175,106,182); }

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

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

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

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

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

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

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