Html Css Color HEX #AF158B Medium Violet Red

📋 copy color: '#AF158B'

red 175 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #AF158B

Tints of Medium Violet Red #AF158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 52.24%
G = 6.27%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF158B (or 0xAF158B) is known color: Medium Violet Red. HEX triplet: AF, 15 and 8B. RGB value is (175,21,139). Sum of RGB (Red+Green+Blue) = 175+21+139=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF158B is #50EA74. Grayscale: #505050. Windows color (decimal): -5302901 or 9115055. OLE color: 9115055.

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

Color convert

RGB 175 21 139 -
CMYK 0 0.88 0.21 0.31
HSL 314.03º 0.79% 0.38% -
HSV(B) 314.03º 0.88% 0.69% -
XYZ 22.61 11.51 25.46 -
YUV 80.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 175 21 139 0 0.88 0.21 0.31 314.03 0.79 0.38
Hex AF 15 8B 0 58 15 1F 13A 4F 26
Octal 257 25 213 0 130 25 37 472 117 46
Binary 10101111 10101 10001011 0 1011000 10101 11111 100111010 1001111 100110

Color Harmonies of #AF158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF158B

Black with #AF158B

Text Example


Text Example

White with #AF158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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