Html Css Color HEX #AF098E Medium Violet Red

📋 copy color: '#AF098E'

red 175 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #AF098E

Tints of Medium Violet Red #AF098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 53.68%
G = 2.76%
B = 43.56%

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

#AF098E (or 0xAF098E) is known color: Medium Violet Red. HEX triplet: AF, 09 and 8E. RGB value is (175,9,142). Sum of RGB (Red+Green+Blue) = 175+9+142=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF098E is #50F671. Grayscale: #494949. Windows color (decimal): -5305970 or 9308591. OLE color: 9308591.

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

Color convert

RGB 175 9 142 -
CMYK 0 0.95 0.19 0.31
HSL 311.93º 0.9% 0.36% -
HSV(B) 311.93º 0.95% 0.69% -
XYZ 22.66 11.26 26.57 -
YUV 73.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 175 9 142 0 0.95 0.19 0.31 311.93 0.9 0.36
Hex AF 9 8E 0 5F 13 1F 138 5A 24
Octal 257 11 216 0 137 23 37 470 132 44
Binary 10101111 1001 10001110 0 1011111 10011 11111 100111000 1011010 100100

Color Harmonies of #AF098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF098E

Black with #AF098E

Text Example


Text Example

White with #AF098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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