Html Css Color HEX #AF089B Medium Violet Red

📋 copy color: '#AF089B'

red 175 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #AF089B

Tints of Medium Violet Red #AF089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 51.78%
G = 2.37%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF089B (or 0xAF089B) is known color: Medium Violet Red. HEX triplet: AF, 08 and 9B. RGB value is (175,8,155). Sum of RGB (Red+Green+Blue) = 175+8+155=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089B is #50F764. Grayscale: #4A4A4A. Windows color (decimal): -5306213 or 10160303. OLE color: 10160303.

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

Color convert

RGB 175 8 155 -
CMYK 0 0.95 0.11 0.31
HSL 307.19º 0.91% 0.36% -
HSV(B) 307.19º 0.95% 0.69% -
XYZ 23.68 11.65 32.01 -
YUV 74.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 175 8 155 0 0.95 0.11 0.31 307.19 0.91 0.36
Hex AF 8 9B 0 5F B 1F 133 5B 24
Octal 257 10 233 0 137 13 37 463 133 44
Binary 10101111 1000 10011011 0 1011111 1011 11111 100110011 1011011 100100

Color Harmonies of #AF089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF089B

Black with #AF089B

Text Example


Text Example

White with #AF089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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