#AF54A5

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

Shades of Violet Blue #AF54A5

Tints of Violet Blue #AF54A5

Color information

#AF54A5 (or 0xAF54A5) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and A5. RGB value is (175,84,165). Sum of RGB (Red+Green+Blue) = 175+84+165=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54A5 is #50AB5A. Grayscale: #787878. Windows color (decimal): -5286747 or 10835119. OLE color: 10835119.

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

Color convert

RGB17584165-
CMYK00.520.060.31
HSL306.59º36.25%50.78%-
HSV(B)306.59º52%68.63%-
XYZ27.6418.1737.65-
YUV120.44153.15166.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=41.27%
G=19.81%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758416500.520.060.31306.5936.2550.78
HexAF54A503461F1332433
Octal2571242450646374634463
Binary10101111101010010100101011010011011111100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54A5; }

 p { color: rgb(175,84,165); }

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

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

 a { background-color: rgb(175,84,165); }

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

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

 span { border-color: rgb(175,84,165); }

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