#AF4FA7

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

Shades of Violet Blue #AF4FA7

Tints of Violet Blue #AF4FA7

Color information

#AF4FA7 (or 0xAF4FA7) is unknown color: approx Violet Blue. HEX triplet: AF, 4F and A7. RGB value is (175,79,167). Sum of RGB (Red+Green+Blue) = 175+79+167=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4FA7 is #50B058. Grayscale: #757575. Windows color (decimal): -5288025 or 10964911. OLE color: 10964911.

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

Color convert

RGB17579167-
CMYK00.550.050.31
HSL305º37.8%49.8%-
HSV(B)305º54.86%68.63%-
XYZ27.4517.538.49-
YUV117.74155.8168.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=41.57%
G=18.76%
B=39.67%

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
Decimal1757916700.550.050.3130537.849.8
HexAF4FA703751F1312632
Octal2571172470675374614662
Binary10101111100111110100111011011110111111100110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FA7; }

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

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

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

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

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

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

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

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