Html Css Color HEX #AF097A Medium Violet Red

📋 copy color: '#AF097A'

red 175 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #AF097A

Tints of Medium Violet Red #AF097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 57.19%
G = 2.94%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF097A (or 0xAF097A) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7A. RGB value is (175,9,122). Sum of RGB (Red+Green+Blue) = 175+9+122=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097A is #50F685. Grayscale: #474747. Windows color (decimal): -5305990 or 7997871. OLE color: 7997871.

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

Color convert

RGB 175 9 122 -
CMYK 0 0.95 0.30 0.31
HSL 319.16º 0.9% 0.36% -
HSV(B) 319.16º 0.95% 0.69% -
XYZ 21.29 10.71 19.36 -
YUV 71.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 175 9 122 0 0.95 0.30 0.31 319.16 0.9 0.36
Hex AF 9 7A 0 5F 1E 1F 13F 5A 24
Octal 257 11 172 0 137 36 37 477 132 44
Binary 10101111 1001 1111010 0 1011111 11110 11111 100111111 1011010 100100

Color Harmonies of #AF097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF097A

Black with #AF097A

Text Example


Text Example

White with #AF097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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