Html Css Color HEX #AF0594 Medium Violet Red

📋 copy color: '#AF0594'

red 175 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #AF0594

Tints of Medium Violet Red #AF0594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 53.35%
G = 1.52%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0594 (or 0xAF0594) is known color: Medium Violet Red. HEX triplet: AF, 05 and 94. RGB value is (175,5,148). Sum of RGB (Red+Green+Blue) = 175+5+148=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0594 is #50FA6B. Grayscale: #474747. Windows color (decimal): -5306988 or 9700783. OLE color: 9700783.

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

Color convert

RGB 175 5 148 -
CMYK 0 0.97 0.15 0.31
HSL 309.53º 0.94% 0.35% -
HSV(B) 309.53º 0.97% 0.69% -
XYZ 23.08 11.36 28.99 -
YUV 72.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 175 5 148 0 0.97 0.15 0.31 309.53 0.94 0.35
Hex AF 5 94 0 61 F 1F 136 5E 23
Octal 257 5 224 0 141 17 37 466 136 43
Binary 10101111 101 10010100 0 1100001 1111 11111 100110110 1011110 100011

Color Harmonies of #AF0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0594

Black with #AF0594

Text Example


Text Example

White with #AF0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0594; }

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

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

background-color css

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

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

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

border-color css

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

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

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