Html Css Color HEX #AF028D Medium Violet Red

📋 copy color: '#AF028D'

red 175 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #AF028D

Tints of Medium Violet Red #AF028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 55.03%
G = 0.63%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF028D (or 0xAF028D) is known color: Medium Violet Red. HEX triplet: AF, 02 and 8D. RGB value is (175,2,141). Sum of RGB (Red+Green+Blue) = 175+2+141=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF028D is #50FD72. Grayscale: #454545. Windows color (decimal): -5307763 or 9241263. OLE color: 9241263.

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

Color convert

RGB 175 2 141 -
CMYK 0 0.99 0.19 0.31
HSL 311.79º 0.98% 0.35% -
HSV(B) 311.79º 0.99% 0.69% -
XYZ 22.51 11.08 26.15 -
YUV 69.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 175 2 141 0 0.99 0.19 0.31 311.79 0.98 0.35
Hex AF 2 8D 0 63 13 1F 138 62 23
Octal 257 2 215 0 143 23 37 470 142 43
Binary 10101111 10 10001101 0 1100011 10011 11111 100111000 1100010 100011

Color Harmonies of #AF028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF028D

Black with #AF028D

Text Example


Text Example

White with #AF028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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