#AF267A

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

Shades of Medium Red Violet #AF267A

Tints of Medium Red Violet #AF267A

Color information

#AF267A (or 0xAF267A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 7A. RGB value is (175,38,122). Sum of RGB (Red+Green+Blue) = 175+38+122=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267A is #50D985. Grayscale: #585858. Windows color (decimal): -5298566 or 8005295. OLE color: 8005295.

HSL color Cylindrical-coordinate representation of color #AF267A: hue angle of 323.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF267A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17538122-
CMYK00.780.300.31
HSL323.21º64.32%41.76%-
HSV(B)323.21º78.29%68.63%-
XYZ21.8911.9119.56-
YUV88.54146.89189.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=52.24%
G=11.34%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753812200.780.300.31323.2164.3241.76
HexAF267A04E1E1F143402a
Octal257461720116363750310052
Binary1010111110011011110100100111011110111111010000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF267A; }

 p { color: rgb(175,38,122); }

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

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

 a { background-color: rgb(175,38,122); }

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

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

 span { border-color: rgb(175,38,122); }

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