#AF70B4

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

Shades of Violet Blue #AF70B4

Tints of Violet Blue #AF70B4

Color information

#AF70B4 (or 0xAF70B4) is unknown color: approx Violet Blue. HEX triplet: AF, 70 and B4. RGB value is (175,112,180). Sum of RGB (Red+Green+Blue) = 175+112+180=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF70B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70B4 is #508F4B. Grayscale: #8A8A8A. Windows color (decimal): -5279564 or 11825327. OLE color: 11825327.

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

Color convert

RGB175112180-
CMYK0.030.3800.29
HSL295.59º31.19%57.25%-
HSV(B)295.59º37.78%70.59%-
XYZ31.712446.14-
YUV138.59151.37153.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=37.47%
G=23.98%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751121800.030.3800.29295.5931.1957.25
HexAF70B432601D1281f39
Octal2571602643460354503771
Binary101011111110000101101001110011001110110010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70B4; }

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

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

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

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

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

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

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

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