Html Css Color HEX #AF0389 Medium Violet Red

📋 copy color: '#AF0389'

red 175 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #AF0389

Tints of Medium Violet Red #AF0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 55.56%
G = 0.95%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0389 (or 0xAF0389) is known color: Medium Violet Red. HEX triplet: AF, 03 and 89. RGB value is (175,3,137). Sum of RGB (Red+Green+Blue) = 175+3+137=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0389 is #50FC76. Grayscale: #454545. Windows color (decimal): -5307511 or 8979375. OLE color: 8979375.

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

Color convert

RGB 175 3 137 -
CMYK 0 0.98 0.22 0.31
HSL 313.26º 0.97% 0.35% -
HSV(B) 313.26º 0.98% 0.69% -
XYZ 22.23 10.99 24.62 -
YUV 69.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 175 3 137 0 0.98 0.22 0.31 313.26 0.97 0.35
Hex AF 3 89 0 62 16 1F 139 61 23
Octal 257 3 211 0 142 26 37 471 141 43
Binary 10101111 11 10001001 0 1100010 10110 11111 100111001 1100001 100011

Color Harmonies of #AF0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0389

Black with #AF0389

Text Example


Text Example

White with #AF0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0389; }

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

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

background-color css

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

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

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

border-color css

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

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

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