Html Css Color HEX #AF028C Medium Violet Red

📋 copy color: '#AF028C'

red 175 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #AF028C

Tints of Medium Violet Red #AF028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 55.21%
G = 0.63%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF028C (or 0xAF028C) is known color: Medium Violet Red. HEX triplet: AF, 02 and 8C. RGB value is (175,2,140). Sum of RGB (Red+Green+Blue) = 175+2+140=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF028C is #50FD73. Grayscale: #454545. Windows color (decimal): -5307764 or 9175727. OLE color: 9175727.

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

Color convert

RGB 175 2 140 -
CMYK 0 0.99 0.2 0.31
HSL 312.14º 0.98% 0.35% -
HSV(B) 312.14º 0.99% 0.69% -
XYZ 22.43 11.05 25.76 -
YUV 69.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 175 2 140 0 0.99 0.2 0.31 312.14 0.98 0.35
Hex AF 2 8C 0 63 14 1F 138 62 23
Octal 257 2 214 0 143 24 37 470 142 43
Binary 10101111 10 10001100 0 1100011 10100 11111 100111000 1100010 100011

Color Harmonies of #AF028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF028C

Black with #AF028C

Text Example


Text Example

White with #AF028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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