Html Css Color HEX #AF1C7D Medium Violet Red

📋 copy color: '#AF1C7D'

red 175 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #AF1C7D

Tints of Medium Violet Red #AF1C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 53.35%
G = 8.54%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF1C7D (or 0xAF1C7D) is known color: Medium Violet Red. HEX triplet: AF, 1C and 7D. RGB value is (175,28,125). Sum of RGB (Red+Green+Blue) = 175+28+125=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C7D is #50E382. Grayscale: #525252. Windows color (decimal): -5301123 or 8199343. OLE color: 8199343.

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

Color convert

RGB 175 28 125 -
CMYK 0 0.84 0.29 0.31
HSL 320.41º 0.72% 0.4% -
HSV(B) 320.41º 0.84% 0.69% -
XYZ 21.8 11.43 20.46 -
YUV 83.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 175 28 125 0 0.84 0.29 0.31 320.41 0.72 0.4
Hex AF 1C 7D 0 54 1D 1F 140 48 28
Octal 257 34 175 0 124 35 37 500 110 50
Binary 10101111 11100 1111101 0 1010100 11101 11111 101000000 1001000 101000

Color Harmonies of #AF1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C7D

Black with #AF1C7D

Text Example


Text Example

White with #AF1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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