Html Css Color HEX #AF148A Medium Violet Red

📋 copy color: '#AF148A'

red 175 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #AF148A

Tints of Medium Violet Red #AF148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 52.55%
G = 6.01%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF148A (or 0xAF148A) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8A. RGB value is (175,20,138). Sum of RGB (Red+Green+Blue) = 175+20+138=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148A is #50EB75. Grayscale: #4F4F4F. Windows color (decimal): -5303158 or 9049263. OLE color: 9049263.

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

Color convert

RGB 175 20 138 -
CMYK 0 0.89 0.21 0.31
HSL 314.32º 0.79% 0.38% -
HSV(B) 314.32º 0.89% 0.69% -
XYZ 22.52 11.45 25.07 -
YUV 79.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 175 20 138 0 0.89 0.21 0.31 314.32 0.79 0.38
Hex AF 14 8A 0 59 15 1F 13A 4F 26
Octal 257 24 212 0 131 25 37 472 117 46
Binary 10101111 10100 10001010 0 1011001 10101 11111 100111010 1001111 100110

Color Harmonies of #AF148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF148A

Black with #AF148A

Text Example


Text Example

White with #AF148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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