Html Css Color HEX #AF4085 Medium Red Violet

📋 copy color: '#AF4085'

red 175 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #AF4085

Tints of Medium Red Violet #AF4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

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

R = 47.04%
G = 17.2%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF4085 (or 0xAF4085) is known color: Medium Red Violet. HEX triplet: AF, 40 and 85. RGB value is (175,64,133). Sum of RGB (Red+Green+Blue) = 175+64+133=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4085 is #50BF7A. Grayscale: #686868. Windows color (decimal): -5291899 or 8732847. OLE color: 8732847.

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

Color convert

RGB 175 64 133 -
CMYK 0 0.63 0.24 0.31
HSL 322.7º 0.46% 0.47% -
HSV(B) 322.7º 0.63% 0.69% -
XYZ 23.75 14.47 23.73 -
YUV 105.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 175 64 133 0 0.63 0.24 0.31 322.7 0.46 0.47
Hex AF 40 85 0 3F 18 1F 143 2E 2F
Octal 257 100 205 0 77 30 37 503 56 57
Binary 10101111 1000000 10000101 0 111111 11000 11111 101000011 101110 101111

Color Harmonies of #AF4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4085

Black with #AF4085

Text Example


Text Example

White with #AF4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4085; }

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

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

background-color css

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

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

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

border-color css

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

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

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