Html Css Color HEX #AF0781 Medium Violet Red

📋 copy color: '#AF0781'

red 175 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #AF0781

Tints of Medium Violet Red #AF0781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 56.27%
G = 2.25%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF0781 (or 0xAF0781) is known color: Medium Violet Red. HEX triplet: AF, 07 and 81. RGB value is (175,7,129). Sum of RGB (Red+Green+Blue) = 175+7+129=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0781 is #50F87E. Grayscale: #464646. Windows color (decimal): -5306495 or 8456111. OLE color: 8456111.

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

Color convert

RGB 175 7 129 -
CMYK 0 0.96 0.26 0.31
HSL 316.43º 0.92% 0.36% -
HSV(B) 316.43º 0.96% 0.69% -
XYZ 21.72 10.85 21.72 -
YUV 71.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 175 7 129 0 0.96 0.26 0.31 316.43 0.92 0.36
Hex AF 7 81 0 60 1A 1F 13C 5C 24
Octal 257 7 201 0 140 32 37 474 134 44
Binary 10101111 111 10000001 0 1100000 11010 11111 100111100 1011100 100100

Color Harmonies of #AF0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0781

Black with #AF0781

Text Example


Text Example

White with #AF0781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0781; }

 p { color: rgb(175,7,129); }

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

background-color css

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

 a { background-color: rgb(175,7,129); }

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

border-color css

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

 span { border-color: rgb(175,7,129); }

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