Html Css Color HEX #AF1598 Medium Violet Red

📋 copy color: '#AF1598'

red 175 ◦ green 21 ◦ blue 152

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

Shades of Medium Violet Red #AF1598

Tints of Medium Violet Red #AF1598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 50.29%
G = 6.03%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1598 (or 0xAF1598) is known color: Medium Violet Red. HEX triplet: AF, 15 and 98. RGB value is (175,21,152). Sum of RGB (Red+Green+Blue) = 175+21+152=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1598 is #50EA67. Grayscale: #515151. Windows color (decimal): -5302888 or 9967023. OLE color: 9967023.

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

Color convert

RGB 175 21 152 -
CMYK 0 0.88 0.13 0.31
HSL 308.96º 0.79% 0.38% -
HSV(B) 308.96º 0.88% 0.69% -
XYZ 23.61 11.92 30.76 -
YUV 81.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 175 21 152 0 0.88 0.13 0.31 308.96 0.79 0.38
Hex AF 15 98 0 58 D 1F 135 4F 26
Octal 257 25 230 0 130 15 37 465 117 46
Binary 10101111 10101 10011000 0 1011000 1101 11111 100110101 1001111 100110

Color Harmonies of #AF1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1598

Black with #AF1598

Text Example


Text Example

White with #AF1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1598; }

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

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

background-color css

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

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

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

border-color css

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

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

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