Html Css Color HEX #AF0089 Medium Violet Red

📋 copy color: '#AF0089'

red 175 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #AF0089

Tints of Medium Violet Red #AF0089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.09%
G = 0%
B = 43.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0089 (or 0xAF0089) is known color: Medium Violet Red. HEX triplet: AF, 00 and 89. RGB value is (175,0,137). Sum of RGB (Red+Green+Blue) = 175+0+137=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0089 is #50FF76. Grayscale: #434343. Windows color (decimal): -5308279 or 8978607. OLE color: 8978607.

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

Color convert

RGB 175 0 137 -
CMYK 0 1 0.22 0.31
HSL 313.03º 1% 0.34% -
HSV(B) 313.03º 1% 0.69% -
XYZ 22.19 10.92 24.6 -
YUV 67.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 175 0 137 0 1 0.22 0.31 313.03 1 0.34
Hex AF 0 89 0 64 16 1F 139 64 22
Octal 257 0 211 0 144 26 37 471 144 42
Binary 10101111 0 10001001 0 1100100 10110 11111 100111001 1100100 100010

Color Harmonies of #AF0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0089

Black with #AF0089

Text Example


Text Example

White with #AF0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0089; }

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

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

background-color css

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

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

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

border-color css

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

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

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