#AF69B4

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

Shades of Violet Blue #AF69B4

Tints of Violet Blue #AF69B4

Color information

#AF69B4 (or 0xAF69B4) is unknown color: approx Violet Blue. HEX triplet: AF, 69 and B4. RGB value is (175,105,180). Sum of RGB (Red+Green+Blue) = 175+105+180=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69B4 is #50964B. Grayscale: #868686. Windows color (decimal): -5281356 or 11823535. OLE color: 11823535.

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

Color convert

RGB175105180-
CMYK0.030.4200.29
HSL296º33.33%55.88%-
HSV(B)296º41.67%70.59%-
XYZ30.9722.5145.89-
YUV134.48153.69156.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=38.04%
G=22.83%
B=39.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751051800.030.4200.2929633.3355.88
HexAF69B432A01D1282138
Octal2571512643520354504170
Binary1010111111010011011010011101010011101100101000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69B4; }

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

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

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

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

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

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

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

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