Html Css Color HEX #AF428B Medium Red Violet

📋 copy color: '#AF428B'

red 175 ◦ green 66 ◦ blue 139

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

Shades of Medium Red Violet #AF428B

Tints of Medium Red Violet #AF428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 46.05%
G = 17.37%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF428B (or 0xAF428B) is known color: Medium Red Violet. HEX triplet: AF, 42 and 8B. RGB value is (175,66,139). Sum of RGB (Red+Green+Blue) = 175+66+139=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF428B is #50BD74. Grayscale: #6A6A6A. Windows color (decimal): -5291381 or 9126575. OLE color: 9126575.

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

Color convert

RGB 175 66 139 -
CMYK 0 0.62 0.21 0.31
HSL 319.82º 0.45% 0.47% -
HSV(B) 319.82º 0.62% 0.69% -
XYZ 24.29 14.87 26.02 -
YUV 106.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 175 66 139 0 0.62 0.21 0.31 319.82 0.45 0.47
Hex AF 42 8B 0 3E 15 1F 140 2D 2F
Octal 257 102 213 0 76 25 37 500 55 57
Binary 10101111 1000010 10001011 0 111110 10101 11111 101000000 101101 101111

Color Harmonies of #AF428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF428B

Black with #AF428B

Text Example


Text Example

White with #AF428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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