Html Css Color HEX #AF458C Medium Red Violet

📋 copy color: '#AF458C'

red 175 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #AF458C

Tints of Medium Red Violet #AF458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 45.57%
G = 17.97%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF458C (or 0xAF458C) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8C. RGB value is (175,69,140). Sum of RGB (Red+Green+Blue) = 175+69+140=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458C is #50BA73. Grayscale: #6C6C6C. Windows color (decimal): -5290612 or 9192879. OLE color: 9192879.

HSL color Cylindrical-coordinate representation of color #AF458C: hue angle of 319.81º 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 #AF458C is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 140 -
CMYK 0 0.61 0.2 0.31
HSL 319.81º 0.43% 0.48% -
HSV(B) 319.81º 0.61% 0.69% -
XYZ 24.54 15.26 26.46 -
YUV 108.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 175 69 140 0 0.61 0.2 0.31 319.81 0.43 0.48
Hex AF 45 8C 0 3D 14 1F 140 2B 30
Octal 257 105 214 0 75 24 37 500 53 60
Binary 10101111 1000101 10001100 0 111101 10100 11111 101000000 101011 110000

Color Harmonies of #AF458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF458C

Black with #AF458C

Text Example


Text Example

White with #AF458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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