Html Css Color HEX #AF458E Medium Red Violet

📋 copy color: '#AF458E'

red 175 ◦ green 69 ◦ blue 142

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

Shades of Medium Red Violet #AF458E

Tints of Medium Red Violet #AF458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 45.34%
G = 17.88%
B = 36.79%

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

#AF458E (or 0xAF458E) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8E. RGB value is (175,69,142). Sum of RGB (Red+Green+Blue) = 175+69+142=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458E is #50BA71. Grayscale: #6C6C6C. Windows color (decimal): -5290610 or 9323951. OLE color: 9323951.

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

Color convert

RGB 175 69 142 -
CMYK 0 0.61 0.19 0.31
HSL 318.68º 0.43% 0.48% -
HSV(B) 318.68º 0.61% 0.69% -
XYZ 24.69 15.32 27.25 -
YUV 109.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 175 69 142 0 0.61 0.19 0.31 318.68 0.43 0.48
Hex AF 45 8E 0 3D 13 1F 13F 2B 30
Octal 257 105 216 0 75 23 37 477 53 60
Binary 10101111 1000101 10001110 0 111101 10011 11111 100111111 101011 110000

Color Harmonies of #AF458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF458E

Black with #AF458E

Text Example


Text Example

White with #AF458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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