Html Css Color HEX #AF429C Medium Red Violet

📋 copy color: '#AF429C'

red 175 ◦ green 66 ◦ blue 156

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

Shades of Medium Red Violet #AF429C

Tints of Medium Red Violet #AF429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 44.08%
G = 16.62%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF429C (or 0xAF429C) is known color: Medium Red Violet. HEX triplet: AF, 42 and 9C. RGB value is (175,66,156). Sum of RGB (Red+Green+Blue) = 175+66+156=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF429C is #50BD63. Grayscale: #6C6C6C. Windows color (decimal): -5291364 or 10240687. OLE color: 10240687.

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

Color convert

RGB 175 66 156 -
CMYK 0 0.62 0.11 0.31
HSL 310.46º 0.45% 0.47% -
HSV(B) 310.46º 0.62% 0.69% -
XYZ 25.63 15.41 33.08 -
YUV 108.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 175 66 156 0 0.62 0.11 0.31 310.46 0.45 0.47
Hex AF 42 9C 0 3E B 1F 136 2D 2F
Octal 257 102 234 0 76 13 37 466 55 57
Binary 10101111 1000010 10011100 0 111110 1011 11111 100110110 101101 101111

Color Harmonies of #AF429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF429C

Black with #AF429C

Text Example


Text Example

White with #AF429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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