Html Css Color HEX #AF098A Medium Violet Red

📋 copy color: '#AF098A'

red 175 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #AF098A

Tints of Medium Violet Red #AF098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 54.35%
G = 2.8%
B = 42.86%

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

#AF098A (or 0xAF098A) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8A. RGB value is (175,9,138). Sum of RGB (Red+Green+Blue) = 175+9+138=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098A is #50F675. Grayscale: #484848. Windows color (decimal): -5305974 or 9046447. OLE color: 9046447.

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

Color convert

RGB 175 9 138 -
CMYK 0 0.95 0.21 0.31
HSL 313.37º 0.9% 0.36% -
HSV(B) 313.37º 0.95% 0.69% -
XYZ 22.36 11.14 25.02 -
YUV 73.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 175 9 138 0 0.95 0.21 0.31 313.37 0.9 0.36
Hex AF 9 8A 0 5F 15 1F 139 5A 24
Octal 257 11 212 0 137 25 37 471 132 44
Binary 10101111 1001 10001010 0 1011111 10101 11111 100111001 1011010 100100

Color Harmonies of #AF098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098A

Black with #AF098A

Text Example


Text Example

White with #AF098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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