Html Css Color HEX #AF018D Medium Violet Red

📋 copy color: '#AF018D'

red 175 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #AF018D

Tints of Medium Violet Red #AF018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 55.21%
G = 0.32%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF018D (or 0xAF018D) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8D. RGB value is (175,1,141). Sum of RGB (Red+Green+Blue) = 175+1+141=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018D is #50FE72. Grayscale: #444444. Windows color (decimal): -5308019 or 9241007. OLE color: 9241007.

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

Color convert

RGB 175 1 141 -
CMYK 0 0.99 0.19 0.31
HSL 311.72º 0.99% 0.35% -
HSV(B) 311.72º 0.99% 0.69% -
XYZ 22.5 11.06 26.15 -
YUV 68.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 175 1 141 0 0.99 0.19 0.31 311.72 0.99 0.35
Hex AF 1 8D 0 63 13 1F 138 63 23
Octal 257 1 215 0 143 23 37 470 143 43
Binary 10101111 1 10001101 0 1100011 10011 11111 100111000 1100011 100011

Color Harmonies of #AF018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF018D

Black with #AF018D

Text Example


Text Example

White with #AF018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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