Html Css Color HEX #AF169A Medium Violet Red

📋 copy color: '#AF169A'

red 175 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #AF169A

Tints of Medium Violet Red #AF169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

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

R = 49.86%
G = 6.27%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF169A (or 0xAF169A) is known color: Medium Violet Red. HEX triplet: AF, 16 and 9A. RGB value is (175,22,154). Sum of RGB (Red+Green+Blue) = 175+22+154=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF169A is #50E965. Grayscale: #525252. Windows color (decimal): -5302630 or 10098351. OLE color: 10098351.

HSL color Cylindrical-coordinate representation of color #AF169A: hue angle of 308.24º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF169A is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 154 -
CMYK 0 0.87 0.12 0.31
HSL 308.24º 0.78% 0.39% -
HSV(B) 308.24º 0.87% 0.69% -
XYZ 23.8 12.02 31.64 -
YUV 82.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 175 22 154 0 0.87 0.12 0.31 308.24 0.78 0.39
Hex AF 16 9A 0 57 C 1F 134 4E 27
Octal 257 26 232 0 127 14 37 464 116 47
Binary 10101111 10110 10011010 0 1010111 1100 11111 100110100 1001110 100111

Color Harmonies of #AF169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF169A

Black with #AF169A

Text Example


Text Example

White with #AF169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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