Html Css Color HEX #AF098B Medium Violet Red

📋 copy color: '#AF098B'

red 175 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #AF098B

Tints of Medium Violet Red #AF098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 54.18%
G = 2.79%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF098B (or 0xAF098B) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8B. RGB value is (175,9,139). Sum of RGB (Red+Green+Blue) = 175+9+139=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098B is #50F674. Grayscale: #494949. Windows color (decimal): -5305973 or 9111983. OLE color: 9111983.

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

Color convert

RGB 175 9 139 -
CMYK 0 0.95 0.21 0.31
HSL 313.01º 0.9% 0.36% -
HSV(B) 313.01º 0.95% 0.69% -
XYZ 22.44 11.17 25.4 -
YUV 73.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 175 9 139 0 0.95 0.21 0.31 313.01 0.9 0.36
Hex AF 9 8B 0 5F 15 1F 139 5A 24
Octal 257 11 213 0 137 25 37 471 132 44
Binary 10101111 1001 10001011 0 1011111 10101 11111 100111001 1011010 100100

Color Harmonies of #AF098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098B

Black with #AF098B

Text Example


Text Example

White with #AF098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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