Html Css Color HEX #AF428A Medium Red Violet

📋 copy color: '#AF428A'

red 175 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #AF428A

Tints of Medium Red Violet #AF428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 46.17%
G = 17.41%
B = 36.41%

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

#AF428A (or 0xAF428A) is known color: Medium Red Violet. HEX triplet: AF, 42 and 8A. RGB value is (175,66,138). Sum of RGB (Red+Green+Blue) = 175+66+138=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF428A is #50BD75. Grayscale: #6A6A6A. Windows color (decimal): -5291382 or 9061039. OLE color: 9061039.

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

Color convert

RGB 175 66 138 -
CMYK 0 0.62 0.21 0.31
HSL 320.37º 0.45% 0.47% -
HSV(B) 320.37º 0.62% 0.69% -
XYZ 24.21 14.85 25.63 -
YUV 106.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 175 66 138 0 0.62 0.21 0.31 320.37 0.45 0.47
Hex AF 42 8A 0 3E 15 1F 140 2D 2F
Octal 257 102 212 0 76 25 37 500 55 57
Binary 10101111 1000010 10001010 0 111110 10101 11111 101000000 101101 101111

Color Harmonies of #AF428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF428A

Black with #AF428A

Text Example


Text Example

White with #AF428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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