Html Css Color HEX #AF14A3 Medium Violet Red

📋 copy color: '#AF14A3'

red 175 ◦ green 20 ◦ blue 163

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

Shades of Medium Violet Red #AF14A3

Tints of Medium Violet Red #AF14A3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 163 (64.06% from 255) = 45.53%

R = 48.88%
G = 5.59%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF14A3 (or 0xAF14A3) is known color: Medium Violet Red. HEX triplet: AF, 14 and A3. RGB value is (175,20,163). Sum of RGB (Red+Green+Blue) = 175+20+163=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF14A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14A3 is #50EB5C. Grayscale: #525252. Windows color (decimal): -5303133 or 10687663. OLE color: 10687663.

HSL color Cylindrical-coordinate representation of color #AF14A3: hue angle of 304.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF14A3 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 163 -
CMYK 0 0.89 0.07 0.31
HSL 304.65º 0.79% 0.38% -
HSV(B) 304.65º 0.89% 0.69% -
XYZ 24.54 12.26 35.72 -
YUV 82.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 175 20 163 0 0.89 0.07 0.31 304.65 0.79 0.38
Hex AF 14 A3 0 59 7 1F 131 4F 26
Octal 257 24 243 0 131 7 37 461 117 46
Binary 10101111 10100 10100011 0 1011001 111 11111 100110001 1001111 100110

Color Harmonies of #AF14A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14A3

Black with #AF14A3

Text Example


Text Example

White with #AF14A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14A3; }

 p { color: rgb(175,20,163); }

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

background-color css

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

 a { background-color: rgb(175,20,163); }

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

border-color css

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

 span { border-color: rgb(175,20,163); }

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