#AF55A4

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

Shades of Violet Blue #AF55A4

Tints of Violet Blue #AF55A4

Color information

#AF55A4 (or 0xAF55A4) is unknown color: approx Violet Blue. HEX triplet: AF, 55 and A4. RGB value is (175,85,164). Sum of RGB (Red+Green+Blue) = 175+85+164=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55A4 is #50AA5B. Grayscale: #787878. Windows color (decimal): -5286492 or 10769839. OLE color: 10769839.

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

Color convert

RGB17585164-
CMYK00.510.060.31
HSL307.33º36%50.98%-
HSV(B)307.33º51.43%68.63%-
XYZ27.6318.2937.2-
YUV120.92152.32166.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=41.27%
G=20.05%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758516400.510.060.31307.333650.98
HexAF55A403361F1332433
Octal2571252440636374634463
Binary10101111101010110100100011001111011111100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF55A4; }

 p { color: rgb(175,85,164); }

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

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

 a { background-color: rgb(175,85,164); }

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

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

 span { border-color: rgb(175,85,164); }

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