Html Css Color HEX #AF1389 Medium Violet Red

📋 copy color: '#AF1389'

red 175 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #AF1389

Tints of Medium Violet Red #AF1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 52.87%
G = 5.74%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1389 (or 0xAF1389) is known color: Medium Violet Red. HEX triplet: AF, 13 and 89. RGB value is (175,19,137). Sum of RGB (Red+Green+Blue) = 175+19+137=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1389 is #50EC76. Grayscale: #4E4E4E. Windows color (decimal): -5303415 or 8983471. OLE color: 8983471.

HSL color Cylindrical-coordinate representation of color #AF1389: hue angle of 314.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1389 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 137 -
CMYK 0 0.89 0.22 0.31
HSL 314.62º 0.8% 0.38% -
HSV(B) 314.62º 0.89% 0.69% -
XYZ 22.43 11.39 24.68 -
YUV 79.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 175 19 137 0 0.89 0.22 0.31 314.62 0.8 0.38
Hex AF 13 89 0 59 16 1F 13B 50 26
Octal 257 23 211 0 131 26 37 473 120 46
Binary 10101111 10011 10001001 0 1011001 10110 11111 100111011 1010000 100110

Color Harmonies of #AF1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1389

Black with #AF1389

Text Example


Text Example

White with #AF1389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1389; }

 p { color: rgb(175,19,137); }

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

background-color css

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

 a { background-color: rgb(175,19,137); }

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

border-color css

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

 span { border-color: rgb(175,19,137); }

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