Html Css Color HEX #AF048D Medium Violet Red

📋 copy color: '#AF048D'

red 175 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #AF048D

Tints of Medium Violet Red #AF048D

RGB

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

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

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

R = 54.69%
G = 1.25%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF048D (or 0xAF048D) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8D. RGB value is (175,4,141). Sum of RGB (Red+Green+Blue) = 175+4+141=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048D is #50FB72. Grayscale: #464646. Windows color (decimal): -5307251 or 9241775. OLE color: 9241775.

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

Color convert

RGB 175 4 141 -
CMYK 0 0.98 0.19 0.31
HSL 311.93º 0.96% 0.35% -
HSV(B) 311.93º 0.98% 0.69% -
XYZ 22.53 11.12 26.16 -
YUV 70.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 175 4 141 0 0.98 0.19 0.31 311.93 0.96 0.35
Hex AF 4 8D 0 62 13 1F 138 60 23
Octal 257 4 215 0 142 23 37 470 140 43
Binary 10101111 100 10001101 0 1100010 10011 11111 100111000 1100000 100011

Color Harmonies of #AF048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF048D

Black with #AF048D

Text Example


Text Example

White with #AF048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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