Html Css Color HEX #AF098C Medium Violet Red

📋 copy color: '#AF098C'

red 175 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #AF098C

Tints of Medium Violet Red #AF098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 54.01%
G = 2.78%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF098C (or 0xAF098C) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8C. RGB value is (175,9,140). Sum of RGB (Red+Green+Blue) = 175+9+140=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098C is #50F673. Grayscale: #494949. Windows color (decimal): -5305972 or 9177519. OLE color: 9177519.

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

Color convert

RGB 175 9 140 -
CMYK 0 0.95 0.2 0.31
HSL 312.65º 0.9% 0.36% -
HSV(B) 312.65º 0.95% 0.69% -
XYZ 22.51 11.2 25.79 -
YUV 73.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 175 9 140 0 0.95 0.2 0.31 312.65 0.9 0.36
Hex AF 9 8C 0 5F 14 1F 139 5A 24
Octal 257 11 214 0 137 24 37 471 132 44
Binary 10101111 1001 10001100 0 1011111 10100 11111 100111001 1011010 100100

Color Harmonies of #AF098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098C

Black with #AF098C

Text Example


Text Example

White with #AF098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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