Html Css Color HEX #AF008D Medium Violet Red

📋 copy color: '#AF008D'

red 175 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #AF008D

Tints of Medium Violet Red #AF008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.38%
G = 0%
B = 44.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF008D (or 0xAF008D) is known color: Medium Violet Red. HEX triplet: AF, 00 and 8D. RGB value is (175,0,141). Sum of RGB (Red+Green+Blue) = 175+0+141=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF008D is #50FF72. Grayscale: #444444. Windows color (decimal): -5308275 or 9240751. OLE color: 9240751.

HSL color Cylindrical-coordinate representation of color #AF008D: hue angle of 311.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF008D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 141 -
CMYK 0 1 0.19 0.31
HSL 311.66º 1% 0.34% -
HSV(B) 311.66º 1% 0.69% -
XYZ 22.49 11.04 26.14 -
YUV 68.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 175 0 141 0 1 0.19 0.31 311.66 1 0.34
Hex AF 0 8D 0 64 13 1F 138 64 22
Octal 257 0 215 0 144 23 37 470 144 42
Binary 10101111 0 10001101 0 1100100 10011 11111 100111000 1100100 100010

Color Harmonies of #AF008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF008D

Black with #AF008D

Text Example


Text Example

White with #AF008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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