Html Css Color HEX #AF3C90 Medium Red Violet

📋 copy color: '#AF3C90'

red 175 ◦ green 60 ◦ blue 144

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

Shades of Medium Red Violet #AF3C90

Tints of Medium Red Violet #AF3C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.83%

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

R = 46.17%
G = 15.83%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF3C90 (or 0xAF3C90) is known color: Medium Red Violet. HEX triplet: AF, 3C and 90. RGB value is (175,60,144). Sum of RGB (Red+Green+Blue) = 175+60+144=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C90 is #50C36F. Grayscale: #676767. Windows color (decimal): -5292912 or 9452719. OLE color: 9452719.

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

Color convert

RGB 175 60 144 -
CMYK 0 0.66 0.18 0.31
HSL 316.17º 0.49% 0.46% -
HSV(B) 316.17º 0.66% 0.69% -
XYZ 24.33 14.36 27.87 -
YUV 103.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 175 60 144 0 0.66 0.18 0.31 316.17 0.49 0.46
Hex AF 3C 90 0 42 12 1F 13C 31 2E
Octal 257 74 220 0 102 22 37 474 61 56
Binary 10101111 111100 10010000 0 1000010 10010 11111 100111100 110001 101110

Color Harmonies of #AF3C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C90

Black with #AF3C90

Text Example


Text Example

White with #AF3C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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