Html Css Color HEX #AF2390 Medium Red Violet

📋 copy color: '#AF2390'

red 175 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #AF2390

Tints of Medium Red Violet #AF2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 49.44%
G = 9.89%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF2390 (or 0xAF2390) is known color: Medium Red Violet. HEX triplet: AF, 23 and 90. RGB value is (175,35,144). Sum of RGB (Red+Green+Blue) = 175+35+144=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2390 is #50DC6F. Grayscale: #585858. Windows color (decimal): -5299312 or 9446319. OLE color: 9446319.

HSL color Cylindrical-coordinate representation of color #AF2390: hue angle of 313.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2390 is Cyan = 0, Magento = 0.8, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 144 -
CMYK 0 0.8 0.18 0.31
HSL 313.29º 0.67% 0.41% -
HSV(B) 313.29º 0.8% 0.69% -
XYZ 23.31 12.33 27.54 -
YUV 89.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 175 35 144 0 0.8 0.18 0.31 313.29 0.67 0.41
Hex AF 23 90 0 50 12 1F 139 43 29
Octal 257 43 220 0 120 22 37 471 103 51
Binary 10101111 100011 10010000 0 1010000 10010 11111 100111001 1000011 101001

Color Harmonies of #AF2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2390

Black with #AF2390

Text Example


Text Example

White with #AF2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2390; }

 p { color: rgb(175,35,144); }

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

background-color css

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

 a { background-color: rgb(175,35,144); }

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

border-color css

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

 span { border-color: rgb(175,35,144); }

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