Html Css Color HEX #AF3C7E Medium Red Violet

📋 copy color: '#AF3C7E'

red 175 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #AF3C7E

Tints of Medium Red Violet #AF3C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

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

R = 48.48%
G = 16.62%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF3C7E (or 0xAF3C7E) is known color: Medium Red Violet. HEX triplet: AF, 3C and 7E. RGB value is (175,60,126). Sum of RGB (Red+Green+Blue) = 175+60+126=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C7E is #50C381. Grayscale: #656565. Windows color (decimal): -5292930 or 8273071. OLE color: 8273071.

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

Color convert

RGB 175 60 126 -
CMYK 0 0.66 0.28 0.31
HSL 325.57º 0.49% 0.46% -
HSV(B) 325.57º 0.66% 0.69% -
XYZ 23.06 13.85 21.2 -
YUV 101.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 175 60 126 0 0.66 0.28 0.31 325.57 0.49 0.46
Hex AF 3C 7E 0 42 1C 1F 146 31 2E
Octal 257 74 176 0 102 34 37 506 61 56
Binary 10101111 111100 1111110 0 1000010 11100 11111 101000110 110001 101110

Color Harmonies of #AF3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C7E

Black with #AF3C7E

Text Example


Text Example

White with #AF3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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