Html Css Color HEX #AF448A Medium Red Violet

📋 copy color: '#AF448A'

red 175 ◦ green 68 ◦ blue 138

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

Shades of Medium Red Violet #AF448A

Tints of Medium Red Violet #AF448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 45.93%
G = 17.85%
B = 36.22%

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

#AF448A (or 0xAF448A) is known color: Medium Red Violet. HEX triplet: AF, 44 and 8A. RGB value is (175,68,138). Sum of RGB (Red+Green+Blue) = 175+68+138=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF448A is #50BB75. Grayscale: #6B6B6B. Windows color (decimal): -5290870 or 9061551. OLE color: 9061551.

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

Color convert

RGB 175 68 138 -
CMYK 0 0.61 0.21 0.31
HSL 320.75º 0.44% 0.48% -
HSV(B) 320.75º 0.61% 0.69% -
XYZ 24.33 15.08 25.67 -
YUV 107.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 175 68 138 0 0.61 0.21 0.31 320.75 0.44 0.48
Hex AF 44 8A 0 3D 15 1F 141 2C 30
Octal 257 104 212 0 75 25 37 501 54 60
Binary 10101111 1000100 10001010 0 111101 10101 11111 101000001 101100 110000

Color Harmonies of #AF448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF448A

Black with #AF448A

Text Example


Text Example

White with #AF448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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