#AF54A4

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

Shades of Violet Blue #AF54A4

Tints of Violet Blue #AF54A4

Color information

#AF54A4 (or 0xAF54A4) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and A4. RGB value is (175,84,164). Sum of RGB (Red+Green+Blue) = 175+84+164=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54A4 is #50AB5B. Grayscale: #787878. Windows color (decimal): -5286748 or 10769583. OLE color: 10769583.

HSL color Cylindrical-coordinate representation of color #AF54A4: hue angle of 307.25º 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 #AF54A4 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17584164-
CMYK00.520.060.31
HSL307.25º36.25%50.78%-
HSV(B)307.25º52%68.63%-
XYZ27.5518.1337.17-
YUV120.33152.65167-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=41.37%
G=19.86%
B=38.77%

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
Decimal1758416400.520.060.31307.2536.2550.78
HexAF54A403461F1332433
Octal2571242440646374634463
Binary10101111101010010100100011010011011111100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54A4; }

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

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

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

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

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

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

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

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