Html Css Color HEX #AF169C Medium Violet Red

📋 copy color: '#AF169C'

red 175 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #AF169C

Tints of Medium Violet Red #AF169C

RGB

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

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

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

R = 49.58%
G = 6.23%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF169C (or 0xAF169C) is known color: Medium Violet Red. HEX triplet: AF, 16 and 9C. RGB value is (175,22,156). Sum of RGB (Red+Green+Blue) = 175+22+156=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF169C is #50E963. Grayscale: #525252. Windows color (decimal): -5302628 or 10229423. OLE color: 10229423.

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

Color convert

RGB 175 22 156 -
CMYK 0 0.87 0.11 0.31
HSL 307.45º 0.78% 0.39% -
HSV(B) 307.45º 0.87% 0.69% -
XYZ 23.97 12.09 32.52 -
YUV 83.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 175 22 156 0 0.87 0.11 0.31 307.45 0.78 0.39
Hex AF 16 9C 0 57 B 1F 133 4E 27
Octal 257 26 234 0 127 13 37 463 116 47
Binary 10101111 10110 10011100 0 1010111 1011 11111 100110011 1001110 100111

Color Harmonies of #AF169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF169C

Black with #AF169C

Text Example


Text Example

White with #AF169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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