Html Css Color HEX #AF097F Medium Violet Red

📋 copy color: '#AF097F'

red 175 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #AF097F

Tints of Medium Violet Red #AF097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 56.27%
G = 2.89%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF097F (or 0xAF097F) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7F. RGB value is (175,9,127). Sum of RGB (Red+Green+Blue) = 175+9+127=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097F is #50F680. Grayscale: #474747. Windows color (decimal): -5305985 or 8325551. OLE color: 8325551.

HSL color Cylindrical-coordinate representation of color #AF097F: hue angle of 317.35º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF097F is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 127 -
CMYK 0 0.95 0.27 0.31
HSL 317.35º 0.9% 0.36% -
HSV(B) 317.35º 0.95% 0.69% -
XYZ 21.61 10.84 21.03 -
YUV 72.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 175 9 127 0 0.95 0.27 0.31 317.35 0.9 0.36
Hex AF 9 7F 0 5F 1B 1F 13D 5A 24
Octal 257 11 177 0 137 33 37 475 132 44
Binary 10101111 1001 1111111 0 1011111 11011 11111 100111101 1011010 100100

Color Harmonies of #AF097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF097F

Black with #AF097F

Text Example


Text Example

White with #AF097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF097F; }

 p { color: rgb(175,9,127); }

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

background-color css

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

 a { background-color: rgb(175,9,127); }

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

border-color css

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

 span { border-color: rgb(175,9,127); }

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