Html Css Color HEX #AF1BA9 Medium Violet Red

📋 copy color: '#AF1BA9'

red 175 ◦ green 27 ◦ blue 169

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

Shades of Medium Violet Red #AF1BA9

Tints of Medium Violet Red #AF1BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 47.17%
G = 7.28%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF1BA9 (or 0xAF1BA9) is known color: Medium Violet Red. HEX triplet: AF, 1B and A9. RGB value is (175,27,169). Sum of RGB (Red+Green+Blue) = 175+27+169=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1BA9 is #50E456. Grayscale: #575757. Windows color (decimal): -5301335 or 11082671. OLE color: 11082671.

HSL color Cylindrical-coordinate representation of color #AF1BA9: hue angle of 302.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1BA9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 169 -
CMYK 0 0.85 0.03 0.31
HSL 302.43º 0.73% 0.4% -
HSV(B) 302.43º 0.85% 0.69% -
XYZ 25.23 12.76 38.67 -
YUV 87.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 175 27 169 0 0.85 0.03 0.31 302.43 0.73 0.4
Hex AF 1B A9 0 55 3 1F 12E 49 28
Octal 257 33 251 0 125 3 37 456 111 50
Binary 10101111 11011 10101001 0 1010101 11 11111 100101110 1001001 101000

Color Harmonies of #AF1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BA9

Black with #AF1BA9

Text Example


Text Example

White with #AF1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BA9; }

 p { color: rgb(175,27,169); }

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

background-color css

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

 a { background-color: rgb(175,27,169); }

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

border-color css

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

 span { border-color: rgb(175,27,169); }

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