Html Css Color HEX #AF0289 Medium Violet Red

📋 copy color: '#AF0289'

red 175 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #AF0289

Tints of Medium Violet Red #AF0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 55.73%
G = 0.64%
B = 43.63%

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

#AF0289 (or 0xAF0289) is known color: Medium Violet Red. HEX triplet: AF, 02 and 89. RGB value is (175,2,137). Sum of RGB (Red+Green+Blue) = 175+2+137=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0289 is #50FD76. Grayscale: #444444. Windows color (decimal): -5307767 or 8979119. OLE color: 8979119.

HSL color Cylindrical-coordinate representation of color #AF0289: hue angle of 313.18º degrees, saturation: 0.98, 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 #AF0289 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 137 -
CMYK 0 0.99 0.22 0.31
HSL 313.18º 0.98% 0.35% -
HSV(B) 313.18º 0.99% 0.69% -
XYZ 22.22 10.96 24.61 -
YUV 69.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 175 2 137 0 0.99 0.22 0.31 313.18 0.98 0.35
Hex AF 2 89 0 63 16 1F 139 62 23
Octal 257 2 211 0 143 26 37 471 142 43
Binary 10101111 10 10001001 0 1100011 10110 11111 100111001 1100010 100011

Color Harmonies of #AF0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0289

Black with #AF0289

Text Example


Text Example

White with #AF0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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