Html Css Color HEX #AF18A6 Medium Violet Red

📋 copy color: '#AF18A6'

red 175 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #AF18A6

Tints of Medium Violet Red #AF18A6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 47.95%
G = 6.58%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF18A6 (or 0xAF18A6) is known color: Medium Violet Red. HEX triplet: AF, 18 and A6. RGB value is (175,24,166). Sum of RGB (Red+Green+Blue) = 175+24+166=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18A6 is #50E759. Grayscale: #545454. Windows color (decimal): -5302106 or 10885295. OLE color: 10885295.

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

Color convert

RGB 175 24 166 -
CMYK 0 0.86 0.05 0.31
HSL 303.58º 0.76% 0.39% -
HSV(B) 303.58º 0.86% 0.69% -
XYZ 24.89 12.52 37.18 -
YUV 85.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 175 24 166 0 0.86 0.05 0.31 303.58 0.76 0.39
Hex AF 18 A6 0 56 5 1F 130 4C 27
Octal 257 30 246 0 126 5 37 460 114 47
Binary 10101111 11000 10100110 0 1010110 101 11111 100110000 1001100 100111

Color Harmonies of #AF18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18A6

Black with #AF18A6

Text Example


Text Example

White with #AF18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18A6; }

 p { color: rgb(175,24,166); }

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

background-color css

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

 a { background-color: rgb(175,24,166); }

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

border-color css

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

 span { border-color: rgb(175,24,166); }

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