Html Css Color HEX #AF097E Medium Violet Red

📋 copy color: '#AF097E'

red 175 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #AF097E

Tints of Medium Violet Red #AF097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 56.45%
G = 2.9%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF097E (or 0xAF097E) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7E. RGB value is (175,9,126). Sum of RGB (Red+Green+Blue) = 175+9+126=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097E is #50F681. Grayscale: #474747. Windows color (decimal): -5305986 or 8260015. OLE color: 8260015.

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

Color convert

RGB 175 9 126 -
CMYK 0 0.95 0.28 0.31
HSL 317.71º 0.9% 0.36% -
HSV(B) 317.71º 0.95% 0.69% -
XYZ 21.54 10.82 20.69 -
YUV 71.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 175 9 126 0 0.95 0.28 0.31 317.71 0.9 0.36
Hex AF 9 7E 0 5F 1C 1F 13E 5A 24
Octal 257 11 176 0 137 34 37 476 132 44
Binary 10101111 1001 1111110 0 1011111 11100 11111 100111110 1011010 100100

Color Harmonies of #AF097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF097E

Black with #AF097E

Text Example


Text Example

White with #AF097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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