Html Css Color HEX #AF1089 Medium Violet Red

📋 copy color: '#AF1089'

red 175 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #AF1089

Tints of Medium Violet Red #AF1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 53.35%
G = 4.88%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1089 (or 0xAF1089) is known color: Medium Violet Red. HEX triplet: AF, 10 and 89. RGB value is (175,16,137). Sum of RGB (Red+Green+Blue) = 175+16+137=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1089 is #50EF76. Grayscale: #4D4D4D. Windows color (decimal): -5304183 or 8982703. OLE color: 8982703.

HSL color Cylindrical-coordinate representation of color #AF1089: hue angle of 314.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1089 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 137 -
CMYK 0 0.91 0.22 0.31
HSL 314.34º 0.83% 0.37% -
HSV(B) 314.34º 0.91% 0.69% -
XYZ 22.38 11.29 24.67 -
YUV 77.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 175 16 137 0 0.91 0.22 0.31 314.34 0.83 0.37
Hex AF 10 89 0 5B 16 1F 13A 53 25
Octal 257 20 211 0 133 26 37 472 123 45
Binary 10101111 10000 10001001 0 1011011 10110 11111 100111010 1010011 100101

Color Harmonies of #AF1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1089

Black with #AF1089

Text Example


Text Example

White with #AF1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1089; }

 p { color: rgb(175,16,137); }

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

background-color css

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

 a { background-color: rgb(175,16,137); }

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

border-color css

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

 span { border-color: rgb(175,16,137); }

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