#AF75B2

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

Shades of Violet Blue #AF75B2

Tints of Violet Blue #AF75B2

Color information

#AF75B2 (or 0xAF75B2) is unknown color: approx Violet Blue. HEX triplet: AF, 75 and B2. RGB value is (175,117,178). Sum of RGB (Red+Green+Blue) = 175+117+178=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF75B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75B2 is #508A4D. Grayscale: #8D8D8D. Windows color (decimal): -5278286 or 11695535. OLE color: 11695535.

HSL color Cylindrical-coordinate representation of color #AF75B2: hue angle of 297.05º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF75B2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175117178-
CMYK0.020.3400.30
HSL297.05º28.37%57.84%-
HSV(B)297.05º34.27%69.8%-
XYZ32.0825.0545.26-
YUV141.3148.72152.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=37.23%
G=24.89%
B=37.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751171780.020.3400.30297.0528.3757.84
HexAF75B222201E1291c3a
Octal2571652622420364513472
Binary101011111110101101100101010001001111010010100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75B2; }

 p { color: rgb(175,117,178); }

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

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

 a { background-color: rgb(175,117,178); }

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

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

 span { border-color: rgb(175,117,178); }

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