Html Css Color HEX #AF159C Medium Violet Red

📋 copy color: '#AF159C'

red 175 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #AF159C

Tints of Medium Violet Red #AF159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 49.72%
G = 5.97%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF159C (or 0xAF159C) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9C. RGB value is (175,21,156). Sum of RGB (Red+Green+Blue) = 175+21+156=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159C is #50EA63. Grayscale: #525252. Windows color (decimal): -5302884 or 10229167. OLE color: 10229167.

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

Color convert

RGB 175 21 156 -
CMYK 0 0.88 0.11 0.31
HSL 307.4º 0.79% 0.38% -
HSV(B) 307.4º 0.88% 0.69% -
XYZ 23.95 12.05 32.52 -
YUV 82.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 175 21 156 0 0.88 0.11 0.31 307.4 0.79 0.38
Hex AF 15 9C 0 58 B 1F 133 4F 26
Octal 257 25 234 0 130 13 37 463 117 46
Binary 10101111 10101 10011100 0 1011000 1011 11111 100110011 1001111 100110

Color Harmonies of #AF159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF159C

Black with #AF159C

Text Example


Text Example

White with #AF159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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