Html Css Color HEX #AF1685 Medium Violet Red

📋 copy color: '#AF1685'

red 175 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #AF1685

Tints of Medium Violet Red #AF1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 53.03%
G = 6.67%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF1685 (or 0xAF1685) is known color: Medium Violet Red. HEX triplet: AF, 16 and 85. RGB value is (175,22,133). Sum of RGB (Red+Green+Blue) = 175+22+133=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1685 is #50E97A. Grayscale: #505050. Windows color (decimal): -5302651 or 8722095. OLE color: 8722095.

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

Color convert

RGB 175 22 133 -
CMYK 0 0.87 0.24 0.31
HSL 316.47º 0.78% 0.39% -
HSV(B) 316.47º 0.87% 0.69% -
XYZ 22.2 11.38 23.22 -
YUV 80.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 175 22 133 0 0.87 0.24 0.31 316.47 0.78 0.39
Hex AF 16 85 0 57 18 1F 13C 4E 27
Octal 257 26 205 0 127 30 37 474 116 47
Binary 10101111 10110 10000101 0 1010111 11000 11111 100111100 1001110 100111

Color Harmonies of #AF1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1685

Black with #AF1685

Text Example


Text Example

White with #AF1685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1685; }

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

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

background-color css

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

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

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

border-color css

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

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

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