#AF269E

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

Shades of Medium Red Violet #AF269E

Tints of Medium Red Violet #AF269E

Color information

#AF269E (or 0xAF269E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 9E. RGB value is (175,38,158). Sum of RGB (Red+Green+Blue) = 175+38+158=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF269E is #50D961. Grayscale: #5C5C5C. Windows color (decimal): -5298530 or 10364591. OLE color: 10364591.

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

Color convert

RGB17538158-
CMYK00.780.100.31
HSL307.45º64.32%41.76%-
HSV(B)307.45º78.29%68.63%-
XYZ24.5412.9733.56-
YUV92.64164.89186.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 38 (15.23% from 255) = 10.24%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=47.17%
G=10.24%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753815800.780.100.31307.4564.3241.76
HexAF269E04EA1F133402a
Octal257462360116123746310052
Binary1010111110011010011110010011101010111111001100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF269E; }

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

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

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

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

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

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

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

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