#AF419E

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

Shades of Violet Blue #AF419E

Tints of Violet Blue #AF419E

Color information

#AF419E (or 0xAF419E) is unknown color: approx Violet Blue. HEX triplet: AF, 41 and 9E. RGB value is (175,65,158). Sum of RGB (Red+Green+Blue) = 175+65+158=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF419E is #50BE61. Grayscale: #6C6C6C. Windows color (decimal): -5291618 or 10371503. OLE color: 10371503.

HSL color Cylindrical-coordinate representation of color #AF419E: hue angle of 309.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF419E is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17565158-
CMYK00.630.100.31
HSL309.27º45.83%47.06%-
HSV(B)309.27º62.86%68.63%-
XYZ25.7415.3633.96-
YUV108.49155.94175.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=43.97%
G=16.33%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756515800.630.100.31309.2745.8347.06
HexAF419E03FA1F1352e2f
Octal25710123607712374655657
Binary101011111000001100111100111111101011111100110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF419E; }

 p { color: rgb(175,65,158); }

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

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

 a { background-color: rgb(175,65,158); }

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

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

 span { border-color: rgb(175,65,158); }

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