#AF26A4

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

Shades of Medium Red Violet #AF26A4

Tints of Medium Red Violet #AF26A4

Color information

#AF26A4 (or 0xAF26A4) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and A4. RGB value is (175,38,164). Sum of RGB (Red+Green+Blue) = 175+38+164=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF26A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26A4 is #50D95B. Grayscale: #5C5C5C. Windows color (decimal): -5298524 or 10757807. OLE color: 10757807.

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

Color convert

RGB17538164-
CMYK00.780.060.31
HSL304.82º64.32%41.76%-
HSV(B)304.82º78.29%68.63%-
XYZ25.0713.1836.34-
YUV93.33167.89186.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 38 (15.23% from 255) = 10.08%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=46.42%
G=10.08%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753816400.780.060.31304.8264.3241.76
HexAF26A404E61F131402a
Octal25746244011663746110052
Binary101011111001101010010001001110110111111001100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF26A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF26A4; }

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

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

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

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

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

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

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

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