Html Css Color HEX #AF0785 Medium Violet Red

📋 copy color: '#AF0785'

red 175 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #AF0785

Tints of Medium Violet Red #AF0785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 55.56%
G = 2.22%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF0785 (or 0xAF0785) is known color: Medium Violet Red. HEX triplet: AF, 07 and 85. RGB value is (175,7,133). Sum of RGB (Red+Green+Blue) = 175+7+133=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0785 is #50F87A. Grayscale: #474747. Windows color (decimal): -5306491 or 8718255. OLE color: 8718255.

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

Color convert

RGB 175 7 133 -
CMYK 0 0.96 0.24 0.31
HSL 315º 0.92% 0.36% -
HSV(B) 315º 0.96% 0.69% -
XYZ 21.99 10.96 23.15 -
YUV 71.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 175 7 133 0 0.96 0.24 0.31 315 0.92 0.36
Hex AF 7 85 0 60 18 1F 13B 5C 24
Octal 257 7 205 0 140 30 37 473 134 44
Binary 10101111 111 10000101 0 1100000 11000 11111 100111011 1011100 100100

Color Harmonies of #AF0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0785

Black with #AF0785

Text Example


Text Example

White with #AF0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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