Html Css Color HEX #AF098D Medium Violet Red

📋 copy color: '#AF098D'

red 175 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #AF098D

Tints of Medium Violet Red #AF098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 53.85%
G = 2.77%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF098D (or 0xAF098D) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8D. RGB value is (175,9,141). Sum of RGB (Red+Green+Blue) = 175+9+141=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098D is #50F672. Grayscale: #494949. Windows color (decimal): -5305971 or 9243055. OLE color: 9243055.

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

Color convert

RGB 175 9 141 -
CMYK 0 0.95 0.19 0.31
HSL 312.29º 0.9% 0.36% -
HSV(B) 312.29º 0.95% 0.69% -
XYZ 22.58 11.23 26.18 -
YUV 73.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 175 9 141 0 0.95 0.19 0.31 312.29 0.9 0.36
Hex AF 9 8D 0 5F 13 1F 138 5A 24
Octal 257 11 215 0 137 23 37 470 132 44
Binary 10101111 1001 10001101 0 1011111 10011 11111 100111000 1011010 100100

Color Harmonies of #AF098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098D

Black with #AF098D

Text Example


Text Example

White with #AF098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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