Html Css Color HEX #AF1B90 Medium Violet Red

📋 copy color: '#AF1B90'

red 175 ◦ green 27 ◦ blue 144

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

Shades of Medium Violet Red #AF1B90

Tints of Medium Violet Red #AF1B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 50.58%
G = 7.8%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF1B90 (or 0xAF1B90) is known color: Medium Violet Red. HEX triplet: AF, 1B and 90. RGB value is (175,27,144). Sum of RGB (Red+Green+Blue) = 175+27+144=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1B90 is #50E46F. Grayscale: #545454. Windows color (decimal): -5301360 or 9444271. OLE color: 9444271.

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

Color convert

RGB 175 27 144 -
CMYK 0 0.85 0.18 0.31
HSL 312.57º 0.73% 0.4% -
HSV(B) 312.57º 0.85% 0.69% -
XYZ 23.11 11.91 27.47 -
YUV 84.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 175 27 144 0 0.85 0.18 0.31 312.57 0.73 0.4
Hex AF 1B 90 0 55 12 1F 139 49 28
Octal 257 33 220 0 125 22 37 471 111 50
Binary 10101111 11011 10010000 0 1010101 10010 11111 100111001 1001001 101000

Color Harmonies of #AF1B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B90

Black with #AF1B90

Text Example


Text Example

White with #AF1B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B90; }

 p { color: rgb(175,27,144); }

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

background-color css

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

 a { background-color: rgb(175,27,144); }

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

border-color css

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

 span { border-color: rgb(175,27,144); }

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