Html Css Color HEX #AF0394 Medium Violet Red

📋 copy color: '#AF0394'

red 175 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #AF0394

Tints of Medium Violet Red #AF0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 53.68%
G = 0.92%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0394 (or 0xAF0394) is known color: Medium Violet Red. HEX triplet: AF, 03 and 94. RGB value is (175,3,148). Sum of RGB (Red+Green+Blue) = 175+3+148=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0394 is #50FC6B. Grayscale: #464646. Windows color (decimal): -5307500 or 9700271. OLE color: 9700271.

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

Color convert

RGB 175 3 148 -
CMYK 0 0.98 0.15 0.31
HSL 309.42º 0.97% 0.35% -
HSV(B) 309.42º 0.98% 0.69% -
XYZ 23.06 11.32 28.99 -
YUV 70.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 175 3 148 0 0.98 0.15 0.31 309.42 0.97 0.35
Hex AF 3 94 0 62 F 1F 135 61 23
Octal 257 3 224 0 142 17 37 465 141 43
Binary 10101111 11 10010100 0 1100010 1111 11111 100110101 1100001 100011

Color Harmonies of #AF0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0394

Black with #AF0394

Text Example


Text Example

White with #AF0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0394; }

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

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

background-color css

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

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

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

border-color css

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

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

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