Html Css Color HEX #AF4191 Medium Red Violet

📋 copy color: '#AF4191'

red 175 ◦ green 65 ◦ blue 145

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

Shades of Medium Red Violet #AF4191

Tints of Medium Red Violet #AF4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 45.45%
G = 16.88%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF4191 (or 0xAF4191) is known color: Medium Red Violet. HEX triplet: AF, 41 and 91. RGB value is (175,65,145). Sum of RGB (Red+Green+Blue) = 175+65+145=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4191 is #50BE6E. Grayscale: #6A6A6A. Windows color (decimal): -5291631 or 9519535. OLE color: 9519535.

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

Color convert

RGB 175 65 145 -
CMYK 0 0.63 0.17 0.31
HSL 316.36º 0.46% 0.47% -
HSV(B) 316.36º 0.63% 0.69% -
XYZ 24.68 14.94 28.37 -
YUV 107.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 175 65 145 0 0.63 0.17 0.31 316.36 0.46 0.47
Hex AF 41 91 0 3F 11 1F 13C 2E 2F
Octal 257 101 221 0 77 21 37 474 56 57
Binary 10101111 1000001 10010001 0 111111 10001 11111 100111100 101110 101111

Color Harmonies of #AF4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4191

Black with #AF4191

Text Example


Text Example

White with #AF4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4191; }

 p { color: rgb(175,65,145); }

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

background-color css

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

 a { background-color: rgb(175,65,145); }

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

border-color css

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

 span { border-color: rgb(175,65,145); }

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