Html Css Color HEX #AF189B Medium Violet Red

📋 copy color: '#AF189B'

red 175 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #AF189B

Tints of Medium Violet Red #AF189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

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

R = 49.44%
G = 6.78%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF189B (or 0xAF189B) is known color: Medium Violet Red. HEX triplet: AF, 18 and 9B. RGB value is (175,24,155). Sum of RGB (Red+Green+Blue) = 175+24+155=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189B is #50E764. Grayscale: #535353. Windows color (decimal): -5302117 or 10164399. OLE color: 10164399.

HSL color Cylindrical-coordinate representation of color #AF189B: hue angle of 307.95º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF189B is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 155 -
CMYK 0 0.86 0.11 0.31
HSL 307.95º 0.76% 0.39% -
HSV(B) 307.95º 0.86% 0.69% -
XYZ 23.92 12.13 32.09 -
YUV 84.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 175 24 155 0 0.86 0.11 0.31 307.95 0.76 0.39
Hex AF 18 9B 0 56 B 1F 134 4C 27
Octal 257 30 233 0 126 13 37 464 114 47
Binary 10101111 11000 10011011 0 1010110 1011 11111 100110100 1001100 100111

Color Harmonies of #AF189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF189B

Black with #AF189B

Text Example


Text Example

White with #AF189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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