#AF70B0

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

Shades of Violet Blue #AF70B0

Tints of Violet Blue #AF70B0

Color information

#AF70B0 (or 0xAF70B0) is unknown color: approx Violet Blue. HEX triplet: AF, 70 and B0. RGB value is (175,112,176). Sum of RGB (Red+Green+Blue) = 175+112+176=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF70B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70B0 is #508F4F. Grayscale: #898989. Windows color (decimal): -5279568 or 11563183. OLE color: 11563183.

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

Color convert

RGB175112176-
CMYK0.010.3600.31
HSL299.06º28.83%56.47%-
HSV(B)299.06º36.36%69.02%-
XYZ31.3123.8444.03-
YUV138.13149.37154.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=37.80%
G=24.19%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751121760.010.3600.31299.0628.8356.47
HexAF70B012401F12b1d38
Octal2571602601440374533570
Binary10101111111000010110000110010001111110010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70B0; }

 p { color: rgb(175,112,176); }

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

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

 a { background-color: rgb(175,112,176); }

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

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

 span { border-color: rgb(175,112,176); }

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