#AF61B1

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

Shades of Violet Blue #AF61B1

Tints of Violet Blue #AF61B1

Color information

#AF61B1 (or 0xAF61B1) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and B1. RGB value is (175,97,177). Sum of RGB (Red+Green+Blue) = 175+97+177=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF61B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF61B1 is #509E4E. Grayscale: #818181. Windows color (decimal): -5283407 or 11624879. OLE color: 11624879.

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

Color convert

RGB17597177-
CMYK0.010.4500.31
HSL298.5º33.9%53.73%-
HSV(B)298.5º45.2%69.41%-
XYZ29.8920.8444.04-
YUV129.44154.84160.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=38.98%
G=21.60%
B=39.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175971770.010.4500.31298.533.953.73
HexAF61B112D01F12a2236
Octal2571412611550374524266
Binary101011111100001101100011101101011111100101010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61B1; }

 p { color: rgb(175,97,177); }

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

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

 a { background-color: rgb(175,97,177); }

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

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

 span { border-color: rgb(175,97,177); }

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