Html Css Color HEX #AF3B90 Medium Red Violet

📋 copy color: '#AF3B90'

red 175 ◦ green 59 ◦ blue 144

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

Shades of Medium Red Violet #AF3B90

Tints of Medium Red Violet #AF3B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

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

R = 46.3%
G = 15.61%
B = 38.1%

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

#AF3B90 (or 0xAF3B90) is known color: Medium Red Violet. HEX triplet: AF, 3B and 90. RGB value is (175,59,144). Sum of RGB (Red+Green+Blue) = 175+59+144=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3B90 is #50C46F. Grayscale: #676767. Windows color (decimal): -5293168 or 9452463. OLE color: 9452463.

HSL color Cylindrical-coordinate representation of color #AF3B90: hue angle of 316.03º degrees, saturation: 0.5, 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 #AF3B90 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 59 144 -
CMYK 0 0.66 0.18 0.31
HSL 316.03º 0.5% 0.46% -
HSV(B) 316.03º 0.66% 0.69% -
XYZ 24.28 14.26 27.86 -
YUV 103.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 175 59 144 0 0.66 0.18 0.31 316.03 0.5 0.46
Hex AF 3B 90 0 42 12 1F 13C 32 2E
Octal 257 73 220 0 102 22 37 474 62 56
Binary 10101111 111011 10010000 0 1000010 10010 11111 100111100 110010 101110

Color Harmonies of #AF3B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B90

Black with #AF3B90

Text Example


Text Example

White with #AF3B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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