Html Css Color HEX #AF429B Medium Red Violet

📋 copy color: '#AF429B'

red 175 ◦ green 66 ◦ blue 155

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

Shades of Medium Red Violet #AF429B

Tints of Medium Red Violet #AF429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 44.19%
G = 16.67%
B = 39.14%

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

#AF429B (or 0xAF429B) is known color: Medium Red Violet. HEX triplet: AF, 42 and 9B. RGB value is (175,66,155). Sum of RGB (Red+Green+Blue) = 175+66+155=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF429B is #50BD64. Grayscale: #6C6C6C. Windows color (decimal): -5291365 or 10175151. OLE color: 10175151.

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

Color convert

RGB 175 66 155 -
CMYK 0 0.62 0.11 0.31
HSL 311.01º 0.45% 0.47% -
HSV(B) 311.01º 0.62% 0.69% -
XYZ 25.54 15.38 32.63 -
YUV 108.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 175 66 155 0 0.62 0.11 0.31 311.01 0.45 0.47
Hex AF 42 9B 0 3E B 1F 137 2D 2F
Octal 257 102 233 0 76 13 37 467 55 57
Binary 10101111 1000010 10011011 0 111110 1011 11111 100110111 101101 101111

Color Harmonies of #AF429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF429B

Black with #AF429B

Text Example


Text Example

White with #AF429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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