Html Css Color HEX #AF048C Medium Violet Red

📋 copy color: '#AF048C'

red 175 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #AF048C

Tints of Medium Violet Red #AF048C

RGB

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

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

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

R = 54.86%
G = 1.25%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF048C (or 0xAF048C) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8C. RGB value is (175,4,140). Sum of RGB (Red+Green+Blue) = 175+4+140=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048C is #50FB73. Grayscale: #464646. Windows color (decimal): -5307252 or 9176239. OLE color: 9176239.

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

Color convert

RGB 175 4 140 -
CMYK 0 0.98 0.2 0.31
HSL 312.28º 0.96% 0.35% -
HSV(B) 312.28º 0.98% 0.69% -
XYZ 22.46 11.09 25.77 -
YUV 70.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 175 4 140 0 0.98 0.2 0.31 312.28 0.96 0.35
Hex AF 4 8C 0 62 14 1F 138 60 23
Octal 257 4 214 0 142 24 37 470 140 43
Binary 10101111 100 10001100 0 1100010 10100 11111 100111000 1100000 100011

Color Harmonies of #AF048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF048C

Black with #AF048C

Text Example


Text Example

White with #AF048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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