Html Css Color HEX #AF1488 Medium Violet Red

📋 copy color: '#AF1488'

red 175 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #AF1488

Tints of Medium Violet Red #AF1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 52.87%
G = 6.04%
B = 41.09%

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

#AF1488 (or 0xAF1488) is known color: Medium Violet Red. HEX triplet: AF, 14 and 88. RGB value is (175,20,136). Sum of RGB (Red+Green+Blue) = 175+20+136=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1488 is #50EB77. Grayscale: #4F4F4F. Windows color (decimal): -5303160 or 8918191. OLE color: 8918191.

HSL color Cylindrical-coordinate representation of color #AF1488: hue angle of 315.1º degrees, saturation: 0.79, 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 #AF1488 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 136 -
CMYK 0 0.89 0.22 0.31
HSL 315.1º 0.79% 0.38% -
HSV(B) 315.1º 0.89% 0.69% -
XYZ 22.37 11.39 24.31 -
YUV 79.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 175 20 136 0 0.89 0.22 0.31 315.1 0.79 0.38
Hex AF 14 88 0 59 16 1F 13B 4F 26
Octal 257 24 210 0 131 26 37 473 117 46
Binary 10101111 10100 10001000 0 1011001 10110 11111 100111011 1001111 100110

Color Harmonies of #AF1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1488

Black with #AF1488

Text Example


Text Example

White with #AF1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1488; }

 p { color: rgb(175,20,136); }

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

background-color css

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

 a { background-color: rgb(175,20,136); }

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

border-color css

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

 span { border-color: rgb(175,20,136); }

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