Html Css Color HEX #AF449A Medium Red Violet

📋 copy color: '#AF449A'

red 175 ◦ green 68 ◦ blue 154

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

Shades of Medium Red Violet #AF449A

Tints of Medium Red Violet #AF449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 44.08%
G = 17.13%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF449A (or 0xAF449A) is known color: Medium Red Violet. HEX triplet: AF, 44 and 9A. RGB value is (175,68,154). Sum of RGB (Red+Green+Blue) = 175+68+154=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449A is #50BB65. Grayscale: #6D6D6D. Windows color (decimal): -5290854 or 10110127. OLE color: 10110127.

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

Color convert

RGB 175 68 154 -
CMYK 0 0.61 0.12 0.31
HSL 311.78º 0.44% 0.48% -
HSV(B) 311.78º 0.61% 0.69% -
XYZ 25.58 15.58 32.23 -
YUV 109.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 175 68 154 0 0.61 0.12 0.31 311.78 0.44 0.48
Hex AF 44 9A 0 3D C 1F 138 2C 30
Octal 257 104 232 0 75 14 37 470 54 60
Binary 10101111 1000100 10011010 0 111101 1100 11111 100111000 101100 110000

Color Harmonies of #AF449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF449A

Black with #AF449A

Text Example


Text Example

White with #AF449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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