Html Css Color HEX #AF0293 Medium Violet Red

📋 copy color: '#AF0293'

red 175 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #AF0293

Tints of Medium Violet Red #AF0293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 54.01%
G = 0.62%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF0293 (or 0xAF0293) is known color: Medium Violet Red. HEX triplet: AF, 02 and 93. RGB value is (175,2,147). Sum of RGB (Red+Green+Blue) = 175+2+147=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0293 is #50FD6C. Grayscale: #454545. Windows color (decimal): -5307757 or 9634479. OLE color: 9634479.

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

Color convert

RGB 175 2 147 -
CMYK 0 0.99 0.16 0.31
HSL 309.71º 0.98% 0.35% -
HSV(B) 309.71º 0.99% 0.69% -
XYZ 22.97 11.26 28.57 -
YUV 70.26 171.31 202.71 -
System Red Green Blue C M Y K H S L
Decimal 175 2 147 0 0.99 0.16 0.31 309.71 0.98 0.35
Hex AF 2 93 0 63 10 1F 136 62 23
Octal 257 2 223 0 143 20 37 466 142 43
Binary 10101111 10 10010011 0 1100011 10000 11111 100110110 1100010 100011

Color Harmonies of #AF0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0293

Black with #AF0293

Text Example


Text Example

White with #AF0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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