Html Css Color HEX #AF448D Medium Red Violet

📋 copy color: '#AF448D'

red 175 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #AF448D

Tints of Medium Red Violet #AF448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

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

R = 45.57%
G = 17.71%
B = 36.72%

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

#AF448D (or 0xAF448D) is known color: Medium Red Violet. HEX triplet: AF, 44 and 8D. RGB value is (175,68,141). Sum of RGB (Red+Green+Blue) = 175+68+141=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF448D is #50BB72. Grayscale: #6C6C6C. Windows color (decimal): -5290867 or 9258159. OLE color: 9258159.

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

Color convert

RGB 175 68 141 -
CMYK 0 0.61 0.19 0.31
HSL 319.07º 0.44% 0.48% -
HSV(B) 319.07º 0.61% 0.69% -
XYZ 24.55 15.17 26.83 -
YUV 108.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 175 68 141 0 0.61 0.19 0.31 319.07 0.44 0.48
Hex AF 44 8D 0 3D 13 1F 13F 2C 30
Octal 257 104 215 0 75 23 37 477 54 60
Binary 10101111 1000100 10001101 0 111101 10011 11111 100111111 101100 110000

Color Harmonies of #AF448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF448D

Black with #AF448D

Text Example


Text Example

White with #AF448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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