Html Css Color HEX #AF1F96 Medium Red Violet

📋 copy color: '#AF1F96'

red 175 ◦ green 31 ◦ blue 150

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

Shades of Medium Red Violet #AF1F96

Tints of Medium Red Violet #AF1F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 49.16%
G = 8.71%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF1F96 (or 0xAF1F96) is known color: Medium Red Violet. HEX triplet: AF, 1F and 96. RGB value is (175,31,150). Sum of RGB (Red+Green+Blue) = 175+31+150=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F96 is #50E069. Grayscale: #575757. Windows color (decimal): -5300330 or 9838511. OLE color: 9838511.

HSL color Cylindrical-coordinate representation of color #AF1F96: hue angle of 310.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F96 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 150 -
CMYK 0 0.82 0.14 0.31
HSL 310.42º 0.7% 0.4% -
HSV(B) 310.42º 0.82% 0.69% -
XYZ 23.67 12.3 29.98 -
YUV 87.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 175 31 150 0 0.82 0.14 0.31 310.42 0.7 0.4
Hex AF 1F 96 0 52 E 1F 136 46 28
Octal 257 37 226 0 122 16 37 466 106 50
Binary 10101111 11111 10010110 0 1010010 1110 11111 100110110 1000110 101000

Color Harmonies of #AF1F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F96

Black with #AF1F96

Text Example


Text Example

White with #AF1F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F96; }

 p { color: rgb(175,31,150); }

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

background-color css

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

 a { background-color: rgb(175,31,150); }

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

border-color css

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

 span { border-color: rgb(175,31,150); }

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