Html Css Color HEX #AF1498 Medium Violet Red

📋 copy color: '#AF1498'

red 175 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #AF1498

Tints of Medium Violet Red #AF1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

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

R = 50.43%
G = 5.76%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1498 (or 0xAF1498) is known color: Medium Violet Red. HEX triplet: AF, 14 and 98. RGB value is (175,20,152). Sum of RGB (Red+Green+Blue) = 175+20+152=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1498 is #50EB67. Grayscale: #515151. Windows color (decimal): -5303144 or 9966767. OLE color: 9966767.

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

Color convert

RGB 175 20 152 -
CMYK 0 0.89 0.13 0.31
HSL 308.9º 0.79% 0.38% -
HSV(B) 308.9º 0.89% 0.69% -
XYZ 23.6 11.88 30.76 -
YUV 81.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 175 20 152 0 0.89 0.13 0.31 308.9 0.79 0.38
Hex AF 14 98 0 59 D 1F 135 4F 26
Octal 257 24 230 0 131 15 37 465 117 46
Binary 10101111 10100 10011000 0 1011001 1101 11111 100110101 1001111 100110

Color Harmonies of #AF1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1498

Black with #AF1498

Text Example


Text Example

White with #AF1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1498; }

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

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

background-color css

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

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

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

border-color css

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

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

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