Html Css Color HEX #AF4685 Medium Red Violet

📋 copy color: '#AF4685'

red 175 ◦ green 70 ◦ blue 133

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

Shades of Medium Red Violet #AF4685

Tints of Medium Red Violet #AF4685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 46.3%
G = 18.52%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF4685 (or 0xAF4685) is known color: Medium Red Violet. HEX triplet: AF, 46 and 85. RGB value is (175,70,133). Sum of RGB (Red+Green+Blue) = 175+70+133=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4685 is #50B97A. Grayscale: #6C6C6C. Windows color (decimal): -5290363 or 8734383. OLE color: 8734383.

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

Color convert

RGB 175 70 133 -
CMYK 0 0.60 0.24 0.31
HSL 324º 0.43% 0.48% -
HSV(B) 324º 0.6% 0.69% -
XYZ 24.1 15.19 23.85 -
YUV 108.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 175 70 133 0 0.60 0.24 0.31 324 0.43 0.48
Hex AF 46 85 0 3C 18 1F 144 2B 30
Octal 257 106 205 0 74 30 37 504 53 60
Binary 10101111 1000110 10000101 0 111100 11000 11111 101000100 101011 110000

Color Harmonies of #AF4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4685

Black with #AF4685

Text Example


Text Example

White with #AF4685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4685; }

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

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

background-color css

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

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

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

border-color css

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

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

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