Html Css Color HEX #AF4289 Medium Red Violet

📋 copy color: '#AF4289'

red 175 ◦ green 66 ◦ blue 137

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

Shades of Medium Red Violet #AF4289

Tints of Medium Red Violet #AF4289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 46.3%
G = 17.46%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF4289 (or 0xAF4289) is known color: Medium Red Violet. HEX triplet: AF, 42 and 89. RGB value is (175,66,137). Sum of RGB (Red+Green+Blue) = 175+66+137=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4289 is #50BD76. Grayscale: #6A6A6A. Windows color (decimal): -5291383 or 8995503. OLE color: 8995503.

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

Color convert

RGB 175 66 137 -
CMYK 0 0.62 0.22 0.31
HSL 320.92º 0.45% 0.47% -
HSV(B) 320.92º 0.62% 0.69% -
XYZ 24.14 14.82 25.25 -
YUV 106.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 175 66 137 0 0.62 0.22 0.31 320.92 0.45 0.47
Hex AF 42 89 0 3E 16 1F 141 2D 2F
Octal 257 102 211 0 76 26 37 501 55 57
Binary 10101111 1000010 10001001 0 111110 10110 11111 101000001 101101 101111

Color Harmonies of #AF4289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4289

Black with #AF4289

Text Example


Text Example

White with #AF4289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4289; }

 p { color: rgb(175,66,137); }

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

background-color css

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

 a { background-color: rgb(175,66,137); }

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

border-color css

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

 span { border-color: rgb(175,66,137); }

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