Html Css Color HEX #AF1898 Medium Violet Red

📋 copy color: '#AF1898'

red 175 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #AF1898

Tints of Medium Violet Red #AF1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 49.86%
G = 6.84%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1898 (or 0xAF1898) is known color: Medium Violet Red. HEX triplet: AF, 18 and 98. RGB value is (175,24,152). Sum of RGB (Red+Green+Blue) = 175+24+152=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1898 is #50E767. Grayscale: #535353. Windows color (decimal): -5302120 or 9967791. OLE color: 9967791.

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

Color convert

RGB 175 24 152 -
CMYK 0 0.86 0.13 0.31
HSL 309.14º 0.76% 0.39% -
HSV(B) 309.14º 0.86% 0.69% -
XYZ 23.67 12.03 30.78 -
YUV 83.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 175 24 152 0 0.86 0.13 0.31 309.14 0.76 0.39
Hex AF 18 98 0 56 D 1F 135 4C 27
Octal 257 30 230 0 126 15 37 465 114 47
Binary 10101111 11000 10011000 0 1010110 1101 11111 100110101 1001100 100111

Color Harmonies of #AF1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1898

Black with #AF1898

Text Example


Text Example

White with #AF1898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1898; }

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

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

background-color css

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

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

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

border-color css

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

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

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