Html Css Color HEX #AF448B Medium Red Violet

📋 copy color: '#AF448B'

red 175 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #AF448B

Tints of Medium Red Violet #AF448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 45.81%
G = 17.8%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF448B (or 0xAF448B) is known color: Medium Red Violet. HEX triplet: AF, 44 and 8B. RGB value is (175,68,139). Sum of RGB (Red+Green+Blue) = 175+68+139=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF448B is #50BB74. Grayscale: #6B6B6B. Windows color (decimal): -5290869 or 9127087. OLE color: 9127087.

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

Color convert

RGB 175 68 139 -
CMYK 0 0.61 0.21 0.31
HSL 320.19º 0.44% 0.48% -
HSV(B) 320.19º 0.61% 0.69% -
XYZ 24.41 15.11 26.06 -
YUV 108.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 175 68 139 0 0.61 0.21 0.31 320.19 0.44 0.48
Hex AF 44 8B 0 3D 15 1F 140 2C 30
Octal 257 104 213 0 75 25 37 500 54 60
Binary 10101111 1000100 10001011 0 111101 10101 11111 101000000 101100 110000

Color Harmonies of #AF448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF448B

Black with #AF448B

Text Example


Text Example

White with #AF448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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