#AF6BB3

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

Shades of Violet Blue #AF6BB3

Tints of Violet Blue #AF6BB3

Color information

#AF6BB3 (or 0xAF6BB3) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and B3. RGB value is (175,107,179). Sum of RGB (Red+Green+Blue) = 175+107+179=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF6BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BB3 is #50944C. Grayscale: #878787. Windows color (decimal): -5280845 or 11758511. OLE color: 11758511.

HSL color Cylindrical-coordinate representation of color #AF6BB3: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6BB3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175107179-
CMYK0.020.4000.30
HSL296.67º32.14%56.08%-
HSV(B)296.67º40.22%70.2%-
XYZ31.0722.8845.43-
YUV135.54152.53156.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=37.96%
G=23.21%
B=38.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751071790.020.4000.30296.6732.1456.08
HexAF6BB322801E1292038
Octal2571532632500364514070
Binary1010111111010111011001110101000011110100101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BB3; }

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

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

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

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

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

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

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

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