Html Css Color HEX #AF4585 Medium Red Violet

📋 copy color: '#AF4585'

red 175 ◦ green 69 ◦ blue 133

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

Shades of Medium Red Violet #AF4585

Tints of Medium Red Violet #AF4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 46.42%
G = 18.3%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF4585 (or 0xAF4585) is known color: Medium Red Violet. HEX triplet: AF, 45 and 85. RGB value is (175,69,133). Sum of RGB (Red+Green+Blue) = 175+69+133=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4585 is #50BA7A. Grayscale: #6B6B6B. Windows color (decimal): -5290619 or 8734127. OLE color: 8734127.

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

Color convert

RGB 175 69 133 -
CMYK 0 0.61 0.24 0.31
HSL 323.77º 0.43% 0.48% -
HSV(B) 323.77º 0.61% 0.69% -
XYZ 24.04 15.06 23.83 -
YUV 107.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 175 69 133 0 0.61 0.24 0.31 323.77 0.43 0.48
Hex AF 45 85 0 3D 18 1F 144 2B 30
Octal 257 105 205 0 75 30 37 504 53 60
Binary 10101111 1000101 10000101 0 111101 11000 11111 101000100 101011 110000

Color Harmonies of #AF4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4585

Black with #AF4585

Text Example


Text Example

White with #AF4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4585; }

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

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

background-color css

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

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

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

border-color css

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

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

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