#AF6BB5

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

Shades of Violet Blue #AF6BB5

Tints of Violet Blue #AF6BB5

Color information

#AF6BB5 (or 0xAF6BB5) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and B5. RGB value is (175,107,181). Sum of RGB (Red+Green+Blue) = 175+107+181=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BB5 is #50944A. Grayscale: #878787. Windows color (decimal): -5280843 or 11889583. OLE color: 11889583.

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

Color convert

RGB175107181-
CMYK0.030.4100.29
HSL295.14º33.33%56.47%-
HSV(B)295.14º40.88%70.98%-
XYZ31.2822.9746.5-
YUV135.77153.53155.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=37.80%
G=23.11%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751071810.030.4100.29295.1433.3356.47
HexAF6BB532901D1272138
Octal2571532653510354474170
Binary1010111111010111011010111101001011101100100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BB5; }

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

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

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

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

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

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

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

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