#AF4E98

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

Shades of Violet Blue #AF4E98

Tints of Violet Blue #AF4E98

Color information

#AF4E98 (or 0xAF4E98) is unknown color: approx Violet Blue. HEX triplet: AF, 4E and 98. RGB value is (175,78,152). Sum of RGB (Red+Green+Blue) = 175+78+152=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E98 is #50B167. Grayscale: #737373. Windows color (decimal): -5288296 or 9981615. OLE color: 9981615.

HSL color Cylindrical-coordinate representation of color #AF4E98: hue angle of 314.23º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E98 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17578152-
CMYK00.550.130.31
HSL314.23º38.34%49.61%-
HSV(B)314.23º55.43%68.63%-
XYZ26.0716.8331.58-
YUV115.44148.64170.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=43.21%
G=19.26%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757815200.550.130.31314.2338.3449.61
HexAF4E98037D1F13a2632
Octal25711623006715374724662
Binary101011111001110100110000110111110111111100111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E98; }

 p { color: rgb(175,78,152); }

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

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

 a { background-color: rgb(175,78,152); }

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

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

 span { border-color: rgb(175,78,152); }

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