Html Css Color HEX #AF0189 Medium Violet Red

📋 copy color: '#AF0189'

red 175 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #AF0189

Tints of Medium Violet Red #AF0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 55.91%
G = 0.32%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0189 (or 0xAF0189) is known color: Medium Violet Red. HEX triplet: AF, 01 and 89. RGB value is (175,1,137). Sum of RGB (Red+Green+Blue) = 175+1+137=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0189 is #50FE76. Grayscale: #444444. Windows color (decimal): -5308023 or 8978863. OLE color: 8978863.

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

Color convert

RGB 175 1 137 -
CMYK 0 0.99 0.22 0.31
HSL 313.1º 0.99% 0.35% -
HSV(B) 313.1º 0.99% 0.69% -
XYZ 22.21 10.94 24.61 -
YUV 68.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 175 1 137 0 0.99 0.22 0.31 313.1 0.99 0.35
Hex AF 1 89 0 63 16 1F 139 63 23
Octal 257 1 211 0 143 26 37 471 143 43
Binary 10101111 1 10001001 0 1100011 10110 11111 100111001 1100011 100011

Color Harmonies of #AF0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0189

Black with #AF0189

Text Example


Text Example

White with #AF0189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0189; }

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

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

background-color css

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

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

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

border-color css

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

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

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