Html Css Color HEX #AF1B8C Medium Violet Red

📋 copy color: '#AF1B8C'

red 175 ◦ green 27 ◦ blue 140

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

Shades of Medium Violet Red #AF1B8C

Tints of Medium Violet Red #AF1B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 51.17%
G = 7.89%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF1B8C (or 0xAF1B8C) is known color: Medium Violet Red. HEX triplet: AF, 1B and 8C. RGB value is (175,27,140). Sum of RGB (Red+Green+Blue) = 175+27+140=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1B8C is #50E473. Grayscale: #535353. Windows color (decimal): -5301364 or 9182127. OLE color: 9182127.

HSL color Cylindrical-coordinate representation of color #AF1B8C: hue angle of 314.19º 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 #AF1B8C is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 140 -
CMYK 0 0.85 0.2 0.31
HSL 314.19º 0.73% 0.4% -
HSV(B) 314.19º 0.85% 0.69% -
XYZ 22.8 11.79 25.88 -
YUV 84.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 175 27 140 0 0.85 0.2 0.31 314.19 0.73 0.4
Hex AF 1B 8C 0 55 14 1F 13A 49 28
Octal 257 33 214 0 125 24 37 472 111 50
Binary 10101111 11011 10001100 0 1010101 10100 11111 100111010 1001001 101000

Color Harmonies of #AF1B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B8C

Black with #AF1B8C

Text Example


Text Example

White with #AF1B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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