Html Css Color HEX #AF2085 Medium Red Violet

📋 copy color: '#AF2085'

red 175 ◦ green 32 ◦ blue 133

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

Shades of Medium Red Violet #AF2085

Tints of Medium Red Violet #AF2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 51.47%
G = 9.41%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF2085 (or 0xAF2085) is known color: Medium Red Violet. HEX triplet: AF, 20 and 85. RGB value is (175,32,133). Sum of RGB (Red+Green+Blue) = 175+32+133=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2085 is #50DF7A. Grayscale: #565656. Windows color (decimal): -5300091 or 8724655. OLE color: 8724655.

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

Color convert

RGB 175 32 133 -
CMYK 0 0.82 0.24 0.31
HSL 317.62º 0.69% 0.41% -
HSV(B) 317.62º 0.82% 0.69% -
XYZ 22.43 11.84 23.29 -
YUV 86.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 175 32 133 0 0.82 0.24 0.31 317.62 0.69 0.41
Hex AF 20 85 0 52 18 1F 13E 45 29
Octal 257 40 205 0 122 30 37 476 105 51
Binary 10101111 100000 10000101 0 1010010 11000 11111 100111110 1000101 101001

Color Harmonies of #AF2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2085

Black with #AF2085

Text Example


Text Example

White with #AF2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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