Html Css Color HEX #AF419A Medium Red Violet

📋 copy color: '#AF419A'

red 175 ◦ green 65 ◦ blue 154

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

Shades of Medium Red Violet #AF419A

Tints of Medium Red Violet #AF419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 44.42%
G = 16.5%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF419A (or 0xAF419A) is known color: Medium Red Violet. HEX triplet: AF, 41 and 9A. RGB value is (175,65,154). Sum of RGB (Red+Green+Blue) = 175+65+154=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF419A is #50BE65. Grayscale: #6B6B6B. Windows color (decimal): -5291622 or 10109359. OLE color: 10109359.

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

Color convert

RGB 175 65 154 -
CMYK 0 0.63 0.12 0.31
HSL 311.45º 0.46% 0.47% -
HSV(B) 311.45º 0.63% 0.69% -
XYZ 25.4 15.23 32.17 -
YUV 108.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 175 65 154 0 0.63 0.12 0.31 311.45 0.46 0.47
Hex AF 41 9A 0 3F C 1F 137 2E 2F
Octal 257 101 232 0 77 14 37 467 56 57
Binary 10101111 1000001 10011010 0 111111 1100 11111 100110111 101110 101111

Color Harmonies of #AF419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF419A

Black with #AF419A

Text Example


Text Example

White with #AF419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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