#AF4FA6

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

Shades of Violet Blue #AF4FA6

Tints of Violet Blue #AF4FA6

Color information

#AF4FA6 (or 0xAF4FA6) is unknown color: approx Violet Blue. HEX triplet: AF, 4F and A6. RGB value is (175,79,166). Sum of RGB (Red+Green+Blue) = 175+79+166=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4FA6 is #50B059. Grayscale: #757575. Windows color (decimal): -5288026 or 10899375. OLE color: 10899375.

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

Color convert

RGB17579166-
CMYK00.550.050.31
HSL305.62º37.8%49.8%-
HSV(B)305.62º54.86%68.63%-
XYZ27.3617.4638-
YUV117.62155.3168.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=41.67%
G=18.81%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757916600.550.050.31305.6237.849.8
HexAF4FA603751F1322632
Octal2571172460675374624662
Binary10101111100111110100110011011110111111100110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FA6; }

 p { color: rgb(175,79,166); }

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

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

 a { background-color: rgb(175,79,166); }

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

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

 span { border-color: rgb(175,79,166); }

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