Html Css Color HEX #AF2E90 Medium Red Violet

📋 copy color: '#AF2E90'

red 175 ◦ green 46 ◦ blue 144

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

Shades of Medium Red Violet #AF2E90

Tints of Medium Red Violet #AF2E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 47.95%
G = 12.6%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF2E90 (or 0xAF2E90) is known color: Medium Red Violet. HEX triplet: AF, 2E and 90. RGB value is (175,46,144). Sum of RGB (Red+Green+Blue) = 175+46+144=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2E90 is #50D16F. Grayscale: #5F5F5F. Windows color (decimal): -5296496 or 9449135. OLE color: 9449135.

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

Color convert

RGB 175 46 144 -
CMYK 0 0.74 0.18 0.31
HSL 314.42º 0.58% 0.43% -
HSV(B) 314.42º 0.74% 0.69% -
XYZ 23.69 13.08 27.66 -
YUV 95.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 175 46 144 0 0.74 0.18 0.31 314.42 0.58 0.43
Hex AF 2E 90 0 4A 12 1F 13A 3A 2B
Octal 257 56 220 0 112 22 37 472 72 53
Binary 10101111 101110 10010000 0 1001010 10010 11111 100111010 111010 101011

Color Harmonies of #AF2E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E90

Black with #AF2E90

Text Example


Text Example

White with #AF2E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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