Html Css Color HEX #AF0782 Medium Violet Red

📋 copy color: '#AF0782'

red 175 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #AF0782

Tints of Medium Violet Red #AF0782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 56.09%
G = 2.24%
B = 41.67%

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

#AF0782 (or 0xAF0782) is known color: Medium Violet Red. HEX triplet: AF, 07 and 82. RGB value is (175,7,130). Sum of RGB (Red+Green+Blue) = 175+7+130=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0782 is #50F87D. Grayscale: #464646. Windows color (decimal): -5306494 or 8521647. OLE color: 8521647.

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

Color convert

RGB 175 7 130 -
CMYK 0 0.96 0.26 0.31
HSL 316.07º 0.92% 0.36% -
HSV(B) 316.07º 0.96% 0.69% -
XYZ 21.78 10.88 22.07 -
YUV 71.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 175 7 130 0 0.96 0.26 0.31 316.07 0.92 0.36
Hex AF 7 82 0 60 1A 1F 13C 5C 24
Octal 257 7 202 0 140 32 37 474 134 44
Binary 10101111 111 10000010 0 1100000 11010 11111 100111100 1011100 100100

Color Harmonies of #AF0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0782

Black with #AF0782

Text Example


Text Example

White with #AF0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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