Html Css Color HEX #AF419C Medium Red Violet

📋 copy color: '#AF419C'

red 175 ◦ green 65 ◦ blue 156

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

Shades of Medium Red Violet #AF419C

Tints of Medium Red Violet #AF419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 44.19%
G = 16.41%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF419C (or 0xAF419C) is known color: Medium Red Violet. HEX triplet: AF, 41 and 9C. RGB value is (175,65,156). Sum of RGB (Red+Green+Blue) = 175+65+156=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF419C is #50BE63. Grayscale: #6C6C6C. Windows color (decimal): -5291620 or 10240431. OLE color: 10240431.

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

Color convert

RGB 175 65 156 -
CMYK 0 0.63 0.11 0.31
HSL 310.36º 0.46% 0.47% -
HSV(B) 310.36º 0.63% 0.69% -
XYZ 25.57 15.29 33.06 -
YUV 108.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 175 65 156 0 0.63 0.11 0.31 310.36 0.46 0.47
Hex AF 41 9C 0 3F B 1F 136 2E 2F
Octal 257 101 234 0 77 13 37 466 56 57
Binary 10101111 1000001 10011100 0 111111 1011 11111 100110110 101110 101111

Color Harmonies of #AF419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF419C

Black with #AF419C

Text Example


Text Example

White with #AF419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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