Html Css Color HEX #AF427E Medium Red Violet

📋 copy color: '#AF427E'

red 175 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #AF427E

Tints of Medium Red Violet #AF427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 47.68%
G = 17.98%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF427E (or 0xAF427E) is known color: Medium Red Violet. HEX triplet: AF, 42 and 7E. RGB value is (175,66,126). Sum of RGB (Red+Green+Blue) = 175+66+126=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427E is #50BD81. Grayscale: #696969. Windows color (decimal): -5291394 or 8274607. OLE color: 8274607.

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

Color convert

RGB 175 66 126 -
CMYK 0 0.62 0.28 0.31
HSL 326.97º 0.45% 0.47% -
HSV(B) 326.97º 0.62% 0.69% -
XYZ 23.39 14.52 21.31 -
YUV 105.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 175 66 126 0 0.62 0.28 0.31 326.97 0.45 0.47
Hex AF 42 7E 0 3E 1C 1F 147 2D 2F
Octal 257 102 176 0 76 34 37 507 55 57
Binary 10101111 1000010 1111110 0 111110 11100 11111 101000111 101101 101111

Color Harmonies of #AF427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF427E

Black with #AF427E

Text Example


Text Example

White with #AF427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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