Html Css Color HEX #AF2895 Medium Red Violet

📋 copy color: '#AF2895'

red 175 ◦ green 40 ◦ blue 149

#AF2895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AF2895

Tints of Medium Red Violet #AF2895

RGB

 RED value IS 175 (68.75% from 255) = 48.08%

 GREEN value IS 40 (16.02% from 255) = 10.99%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 48.08%
G = 10.99%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF2895 (or 0xAF2895) is known color: Medium Red Violet. HEX triplet: AF, 28 and 95. RGB value is (175,40,149). Sum of RGB (Red+Green+Blue) = 175+40+149=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2895 is #50D76A. Grayscale: #5C5C5C. Windows color (decimal): -5298027 or 9775279. OLE color: 9775279.

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

Color convert

RGB 175 40 149 -
CMYK 0 0.77 0.15 0.31
HSL 311.56º 0.63% 0.42% -
HSV(B) 311.56º 0.77% 0.69% -
XYZ 23.86 12.8 29.65 -
YUV 92.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 175 40 149 0 0.77 0.15 0.31 311.56 0.63 0.42
Hex AF 28 95 0 4D F 1F 138 3F 2A
Octal 257 50 225 0 115 17 37 470 77 52
Binary 10101111 101000 10010101 0 1001101 1111 11111 100111000 111111 101010

Color Harmonies of #AF2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2895

Black with #AF2895

Text Example


Text Example

White with #AF2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2895; }

 p { color: rgb(175,40,149); }

 H1.HeaderClassName
 {
   color: #AF2895;
 }
 .AnyTagClassName
 {
   color: #AF2895;
 }
</style>

background-color css

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

 a { background-color: rgb(175,40,149); }

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

border-color css

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

 span { border-color: rgb(175,40,149); }

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