Html Css Color HEX #AF048A Medium Violet Red

📋 copy color: '#AF048A'

red 175 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #AF048A

Tints of Medium Violet Red #AF048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 55.21%
G = 1.26%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF048A (or 0xAF048A) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8A. RGB value is (175,4,138). Sum of RGB (Red+Green+Blue) = 175+4+138=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048A is #50FB75. Grayscale: #464646. Windows color (decimal): -5307254 or 9045167. OLE color: 9045167.

HSL color Cylindrical-coordinate representation of color #AF048A: hue angle of 312.98º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF048A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 138 -
CMYK 0 0.98 0.21 0.31
HSL 312.98º 0.96% 0.35% -
HSV(B) 312.98º 0.98% 0.69% -
XYZ 22.31 11.04 25 -
YUV 70.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 175 4 138 0 0.98 0.21 0.31 312.98 0.96 0.35
Hex AF 4 8A 0 62 15 1F 139 60 23
Octal 257 4 212 0 142 25 37 471 140 43
Binary 10101111 100 10001010 0 1100010 10101 11111 100111001 1100000 100011

Color Harmonies of #AF048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF048A

Black with #AF048A

Text Example


Text Example

White with #AF048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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