Html Css Color HEX #AF0897 Medium Violet Red

📋 copy color: '#AF0897'

red 175 ◦ green 8 ◦ blue 151

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

Shades of Medium Violet Red #AF0897

Tints of Medium Violet Red #AF0897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 52.4%
G = 2.4%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0897 (or 0xAF0897) is known color: Medium Violet Red. HEX triplet: AF, 08 and 97. RGB value is (175,8,151). Sum of RGB (Red+Green+Blue) = 175+8+151=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0897 is #50F768. Grayscale: #494949. Windows color (decimal): -5306217 or 9898159. OLE color: 9898159.

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

Color convert

RGB 175 8 151 -
CMYK 0 0.95 0.14 0.31
HSL 308.62º 0.91% 0.36% -
HSV(B) 308.62º 0.95% 0.69% -
XYZ 23.35 11.52 30.27 -
YUV 74.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 175 8 151 0 0.95 0.14 0.31 308.62 0.91 0.36
Hex AF 8 97 0 5F E 1F 135 5B 24
Octal 257 10 227 0 137 16 37 465 133 44
Binary 10101111 1000 10010111 0 1011111 1110 11111 100110101 1011011 100100

Color Harmonies of #AF0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0897

Black with #AF0897

Text Example


Text Example

White with #AF0897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0897; }

 p { color: rgb(175,8,151); }

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

background-color css

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

 a { background-color: rgb(175,8,151); }

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

border-color css

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

 span { border-color: rgb(175,8,151); }

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