Html Css Color HEX #AF159D Medium Violet Red

📋 copy color: '#AF159D'

red 175 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #AF159D

Tints of Medium Violet Red #AF159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 49.58%
G = 5.95%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF159D (or 0xAF159D) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9D. RGB value is (175,21,157). Sum of RGB (Red+Green+Blue) = 175+21+157=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159D is #50EA62. Grayscale: #525252. Windows color (decimal): -5302883 or 10294703. OLE color: 10294703.

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

Color convert

RGB 175 21 157 -
CMYK 0 0.88 0.10 0.31
HSL 307.01º 0.79% 0.38% -
HSV(B) 307.01º 0.88% 0.69% -
XYZ 24.03 12.08 32.96 -
YUV 82.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 175 21 157 0 0.88 0.10 0.31 307.01 0.79 0.38
Hex AF 15 9D 0 58 A 1F 133 4F 26
Octal 257 25 235 0 130 12 37 463 117 46
Binary 10101111 10101 10011101 0 1011000 1010 11111 100110011 1001111 100110

Color Harmonies of #AF159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF159D

Black with #AF159D

Text Example


Text Example

White with #AF159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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