Html Css Color HEX #AF458D Medium Red Violet

📋 copy color: '#AF458D'

red 175 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #AF458D

Tints of Medium Red Violet #AF458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 45.45%
G = 17.92%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF458D (or 0xAF458D) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8D. RGB value is (175,69,141). Sum of RGB (Red+Green+Blue) = 175+69+141=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458D is #50BA72. Grayscale: #6C6C6C. Windows color (decimal): -5290611 or 9258415. OLE color: 9258415.

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

Color convert

RGB 175 69 141 -
CMYK 0 0.61 0.19 0.31
HSL 319.25º 0.43% 0.48% -
HSV(B) 319.25º 0.61% 0.69% -
XYZ 24.62 15.29 26.85 -
YUV 108.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 175 69 141 0 0.61 0.19 0.31 319.25 0.43 0.48
Hex AF 45 8D 0 3D 13 1F 13F 2B 30
Octal 257 105 215 0 75 23 37 477 53 60
Binary 10101111 1000101 10001101 0 111101 10011 11111 100111111 101011 110000

Color Harmonies of #AF458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF458D

Black with #AF458D

Text Example


Text Example

White with #AF458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF458D; }

 p { color: rgb(175,69,141); }

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

background-color css

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

 a { background-color: rgb(175,69,141); }

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

border-color css

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

 span { border-color: rgb(175,69,141); }

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