Html Css Color HEX #AF098F Medium Violet Red

📋 copy color: '#AF098F'

red 175 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #AF098F

Tints of Medium Violet Red #AF098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 53.52%
G = 2.75%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF098F (or 0xAF098F) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8F. RGB value is (175,9,143). Sum of RGB (Red+Green+Blue) = 175+9+143=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098F is #50F670. Grayscale: #494949. Windows color (decimal): -5305969 or 9374127. OLE color: 9374127.

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

Color convert

RGB 175 9 143 -
CMYK 0 0.95 0.18 0.31
HSL 311.57º 0.9% 0.36% -
HSV(B) 311.57º 0.95% 0.69% -
XYZ 22.73 11.29 26.97 -
YUV 73.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 175 9 143 0 0.95 0.18 0.31 311.57 0.9 0.36
Hex AF 9 8F 0 5F 12 1F 138 5A 24
Octal 257 11 217 0 137 22 37 470 132 44
Binary 10101111 1001 10001111 0 1011111 10010 11111 100111000 1011010 100100

Color Harmonies of #AF098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098F

Black with #AF098F

Text Example


Text Example

White with #AF098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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