Html Css Color HEX #AF0294 Medium Violet Red

📋 copy color: '#AF0294'

red 175 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #AF0294

Tints of Medium Violet Red #AF0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 53.85%
G = 0.62%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0294 (or 0xAF0294) is known color: Medium Violet Red. HEX triplet: AF, 02 and 94. RGB value is (175,2,148). Sum of RGB (Red+Green+Blue) = 175+2+148=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0294 is #50FD6B. Grayscale: #454545. Windows color (decimal): -5307756 or 9700015. OLE color: 9700015.

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

Color convert

RGB 175 2 148 -
CMYK 0 0.99 0.15 0.31
HSL 309.36º 0.98% 0.35% -
HSV(B) 309.36º 0.99% 0.69% -
XYZ 23.05 11.3 28.98 -
YUV 70.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 175 2 148 0 0.99 0.15 0.31 309.36 0.98 0.35
Hex AF 2 94 0 63 F 1F 135 62 23
Octal 257 2 224 0 143 17 37 465 142 43
Binary 10101111 10 10010100 0 1100011 1111 11111 100110101 1100010 100011

Color Harmonies of #AF0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0294

Black with #AF0294

Text Example


Text Example

White with #AF0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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