Html Css Color HEX #AF028F Medium Violet Red

📋 copy color: '#AF028F'

red 175 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #AF028F

Tints of Medium Violet Red #AF028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 54.69%
G = 0.63%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF028F (or 0xAF028F) is known color: Medium Violet Red. HEX triplet: AF, 02 and 8F. RGB value is (175,2,143). Sum of RGB (Red+Green+Blue) = 175+2+143=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF028F is #50FD70. Grayscale: #454545. Windows color (decimal): -5307761 or 9372335. OLE color: 9372335.

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

Color convert

RGB 175 2 143 -
CMYK 0 0.99 0.18 0.31
HSL 311.1º 0.98% 0.35% -
HSV(B) 311.1º 0.99% 0.69% -
XYZ 22.66 11.14 26.94 -
YUV 69.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 175 2 143 0 0.99 0.18 0.31 311.1 0.98 0.35
Hex AF 2 8F 0 63 12 1F 137 62 23
Octal 257 2 217 0 143 22 37 467 142 43
Binary 10101111 10 10001111 0 1100011 10010 11111 100110111 1100010 100011

Color Harmonies of #AF028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF028F

Black with #AF028F

Text Example


Text Example

White with #AF028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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