Html Css Color HEX #AF367E Medium Red Violet

📋 copy color: '#AF367E'

red 175 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #AF367E

Tints of Medium Red Violet #AF367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

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

R = 49.3%
G = 15.21%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF367E (or 0xAF367E) is known color: Medium Red Violet. HEX triplet: AF, 36 and 7E. RGB value is (175,54,126). Sum of RGB (Red+Green+Blue) = 175+54+126=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367E is #50C981. Grayscale: #626262. Windows color (decimal): -5294466 or 8271535. OLE color: 8271535.

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

Color convert

RGB 175 54 126 -
CMYK 0 0.69 0.28 0.31
HSL 324.3º 0.53% 0.45% -
HSV(B) 324.3º 0.69% 0.69% -
XYZ 22.76 13.26 21.1 -
YUV 98.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 175 54 126 0 0.69 0.28 0.31 324.3 0.53 0.45
Hex AF 36 7E 0 45 1C 1F 144 35 2D
Octal 257 66 176 0 105 34 37 504 65 55
Binary 10101111 110110 1111110 0 1000101 11100 11111 101000100 110101 101101

Color Harmonies of #AF367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF367E

Black with #AF367E

Text Example


Text Example

White with #AF367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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