Html Css Color HEX #AF0598 Medium Violet Red

📋 copy color: '#AF0598'

red 175 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #AF0598

Tints of Medium Violet Red #AF0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 52.71%
G = 1.51%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0598 (or 0xAF0598) is known color: Medium Violet Red. HEX triplet: AF, 05 and 98. RGB value is (175,5,152). Sum of RGB (Red+Green+Blue) = 175+5+152=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0598 is #50FA67. Grayscale: #484848. Windows color (decimal): -5306984 or 9962927. OLE color: 9962927.

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

Color convert

RGB 175 5 152 -
CMYK 0 0.97 0.13 0.31
HSL 308.12º 0.94% 0.35% -
HSV(B) 308.12º 0.97% 0.69% -
XYZ 23.4 11.49 30.69 -
YUV 72.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 175 5 152 0 0.97 0.13 0.31 308.12 0.94 0.35
Hex AF 5 98 0 61 D 1F 134 5E 23
Octal 257 5 230 0 141 15 37 464 136 43
Binary 10101111 101 10011000 0 1100001 1101 11111 100110100 1011110 100011

Color Harmonies of #AF0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0598

Black with #AF0598

Text Example


Text Example

White with #AF0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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