Html Css Color HEX #AF0685 Medium Violet Red

📋 copy color: '#AF0685'

red 175 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #AF0685

Tints of Medium Violet Red #AF0685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

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

R = 55.73%
G = 1.91%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF0685 (or 0xAF0685) is known color: Medium Violet Red. HEX triplet: AF, 06 and 85. RGB value is (175,6,133). Sum of RGB (Red+Green+Blue) = 175+6+133=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0685 is #50F97A. Grayscale: #464646. Windows color (decimal): -5306747 or 8717999. OLE color: 8717999.

HSL color Cylindrical-coordinate representation of color #AF0685: hue angle of 314.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0685 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 133 -
CMYK 0 0.97 0.24 0.31
HSL 314.91º 0.93% 0.35% -
HSV(B) 314.91º 0.97% 0.69% -
XYZ 21.98 10.94 23.14 -
YUV 71.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 175 6 133 0 0.97 0.24 0.31 314.91 0.93 0.35
Hex AF 6 85 0 61 18 1F 13B 5D 23
Octal 257 6 205 0 141 30 37 473 135 43
Binary 10101111 110 10000101 0 1100001 11000 11111 100111011 1011101 100011

Color Harmonies of #AF0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0685

Black with #AF0685

Text Example


Text Example

White with #AF0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0685; }

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

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

background-color css

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

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

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

border-color css

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

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

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