Html Css Color HEX #AF1C9F Medium Violet Red

📋 copy color: '#AF1C9F'

red 175 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #AF1C9F

Tints of Medium Violet Red #AF1C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.73%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 48.34%
G = 7.73%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF1C9F (or 0xAF1C9F) is known color: Medium Violet Red. HEX triplet: AF, 1C and 9F. RGB value is (175,28,159). Sum of RGB (Red+Green+Blue) = 175+28+159=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C9F is #50E360. Grayscale: #565656. Windows color (decimal): -5301089 or 10427567. OLE color: 10427567.

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

Color convert

RGB 175 28 159 -
CMYK 0 0.84 0.09 0.31
HSL 306.53º 0.72% 0.4% -
HSV(B) 306.53º 0.84% 0.69% -
XYZ 24.35 12.45 33.92 -
YUV 86.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 175 28 159 0 0.84 0.09 0.31 306.53 0.72 0.4
Hex AF 1C 9F 0 54 9 1F 133 48 28
Octal 257 34 237 0 124 11 37 463 110 50
Binary 10101111 11100 10011111 0 1010100 1001 11111 100110011 1001000 101000

Color Harmonies of #AF1C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C9F

Black with #AF1C9F

Text Example


Text Example

White with #AF1C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C9F; }

 p { color: rgb(175,28,159); }

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

background-color css

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

 a { background-color: rgb(175,28,159); }

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

border-color css

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

 span { border-color: rgb(175,28,159); }

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