Html Css Color HEX #AF158C Medium Violet Red

📋 copy color: '#AF158C'

red 175 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #AF158C

Tints of Medium Violet Red #AF158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 52.08%
G = 6.25%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF158C (or 0xAF158C) is known color: Medium Violet Red. HEX triplet: AF, 15 and 8C. RGB value is (175,21,140). Sum of RGB (Red+Green+Blue) = 175+21+140=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF158C is #50EA73. Grayscale: #505050. Windows color (decimal): -5302900 or 9180591. OLE color: 9180591.

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

Color convert

RGB 175 21 140 -
CMYK 0 0.88 0.2 0.31
HSL 313.64º 0.79% 0.38% -
HSV(B) 313.64º 0.88% 0.69% -
XYZ 22.68 11.54 25.84 -
YUV 80.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 175 21 140 0 0.88 0.2 0.31 313.64 0.79 0.38
Hex AF 15 8C 0 58 14 1F 13A 4F 26
Octal 257 25 214 0 130 24 37 472 117 46
Binary 10101111 10101 10001100 0 1011000 10100 11111 100111010 1001111 100110

Color Harmonies of #AF158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF158C

Black with #AF158C

Text Example


Text Example

White with #AF158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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