Html Css Color HEX #AF147D Medium Violet Red

📋 copy color: '#AF147D'

red 175 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #AF147D

Tints of Medium Violet Red #AF147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 54.69%
G = 6.25%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF147D (or 0xAF147D) is known color: Medium Violet Red. HEX triplet: AF, 14 and 7D. RGB value is (175,20,125). Sum of RGB (Red+Green+Blue) = 175+20+125=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF147D is #50EB82. Grayscale: #4E4E4E. Windows color (decimal): -5303171 or 8197295. OLE color: 8197295.

HSL color Cylindrical-coordinate representation of color #AF147D: hue angle of 319.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF147D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 125 -
CMYK 0 0.89 0.29 0.31
HSL 319.35º 0.79% 0.38% -
HSV(B) 319.35º 0.89% 0.69% -
XYZ 21.63 11.09 20.4 -
YUV 78.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 175 20 125 0 0.89 0.29 0.31 319.35 0.79 0.38
Hex AF 14 7D 0 59 1D 1F 13F 4F 26
Octal 257 24 175 0 131 35 37 477 117 46
Binary 10101111 10100 1111101 0 1011001 11101 11111 100111111 1001111 100110

Color Harmonies of #AF147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF147D

Black with #AF147D

Text Example


Text Example

White with #AF147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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