#AF6CB5

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

Shades of Violet Blue #AF6CB5

Tints of Violet Blue #AF6CB5

Color information

#AF6CB5 (or 0xAF6CB5) is unknown color: approx Violet Blue. HEX triplet: AF, 6C and B5. RGB value is (175,108,181). Sum of RGB (Red+Green+Blue) = 175+108+181=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF6CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CB5 is #50934A. Grayscale: #888888. Windows color (decimal): -5280587 or 11889839. OLE color: 11889839.

HSL color Cylindrical-coordinate representation of color #AF6CB5: hue angle of 295.07º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6CB5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175108181-
CMYK0.030.4000.29
HSL295.07º33.03%56.67%-
HSV(B)295.07º40.33%70.98%-
XYZ31.3823.1846.54-
YUV136.35153.2155.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=37.72%
G=23.28%
B=39.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751081810.030.4000.29295.0733.0356.67
HexAF6CB532801D1272139
Octal2571542653500354474171
Binary1010111111011001011010111101000011101100100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CB5; }

 p { color: rgb(175,108,181); }

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

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

 a { background-color: rgb(175,108,181); }

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

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

 span { border-color: rgb(175,108,181); }

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