Html Css Color HEX #AF028A Medium Violet Red

📋 copy color: '#AF028A'

red 175 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #AF028A

Tints of Medium Violet Red #AF028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 55.56%
G = 0.63%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF028A (or 0xAF028A) is known color: Medium Violet Red. HEX triplet: AF, 02 and 8A. RGB value is (175,2,138). Sum of RGB (Red+Green+Blue) = 175+2+138=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF028A is #50FD75. Grayscale: #444444. Windows color (decimal): -5307766 or 9044655. OLE color: 9044655.

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

Color convert

RGB 175 2 138 -
CMYK 0 0.99 0.21 0.31
HSL 312.83º 0.98% 0.35% -
HSV(B) 312.83º 0.99% 0.69% -
XYZ 22.29 10.99 24.99 -
YUV 69.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 175 2 138 0 0.99 0.21 0.31 312.83 0.98 0.35
Hex AF 2 8A 0 63 15 1F 139 62 23
Octal 257 2 212 0 143 25 37 471 142 43
Binary 10101111 10 10001010 0 1100011 10101 11111 100111001 1100010 100011

Color Harmonies of #AF028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF028A

Black with #AF028A

Text Example


Text Example

White with #AF028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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