Html Css Color HEX #AF468B Medium Red Violet

📋 copy color: '#AF468B'

red 175 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #AF468B

Tints of Medium Red Violet #AF468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 45.57%
G = 18.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF468B (or 0xAF468B) is known color: Medium Red Violet. HEX triplet: AF, 46 and 8B. RGB value is (175,70,139). Sum of RGB (Red+Green+Blue) = 175+70+139=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF468B is #50B974. Grayscale: #6D6D6D. Windows color (decimal): -5290357 or 9127599. OLE color: 9127599.

HSL color Cylindrical-coordinate representation of color #AF468B: hue angle of 320.57º 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 #AF468B is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 139 -
CMYK 0 0.60 0.21 0.31
HSL 320.57º 0.43% 0.48% -
HSV(B) 320.57º 0.6% 0.69% -
XYZ 24.53 15.36 26.1 -
YUV 109.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 175 70 139 0 0.60 0.21 0.31 320.57 0.43 0.48
Hex AF 46 8B 0 3C 15 1F 141 2B 30
Octal 257 106 213 0 74 25 37 501 53 60
Binary 10101111 1000110 10001011 0 111100 10101 11111 101000001 101011 110000

Color Harmonies of #AF468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF468B

Black with #AF468B

Text Example


Text Example

White with #AF468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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