Html Css Color HEX #AF14A0 Medium Violet Red

📋 copy color: '#AF14A0'

red 175 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #AF14A0

Tints of Medium Violet Red #AF14A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 49.3%
G = 5.63%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF14A0 (or 0xAF14A0) is known color: Medium Violet Red. HEX triplet: AF, 14 and A0. RGB value is (175,20,160). Sum of RGB (Red+Green+Blue) = 175+20+160=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF14A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14A0 is #50EB5F. Grayscale: #515151. Windows color (decimal): -5303136 or 10491055. OLE color: 10491055.

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

Color convert

RGB 175 20 160 -
CMYK 0 0.89 0.09 0.31
HSL 305.81º 0.79% 0.38% -
HSV(B) 305.81º 0.89% 0.69% -
XYZ 24.27 12.15 34.32 -
YUV 82.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 175 20 160 0 0.89 0.09 0.31 305.81 0.79 0.38
Hex AF 14 A0 0 59 9 1F 132 4F 26
Octal 257 24 240 0 131 11 37 462 117 46
Binary 10101111 10100 10100000 0 1011001 1001 11111 100110010 1001111 100110

Color Harmonies of #AF14A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14A0

Black with #AF14A0

Text Example


Text Example

White with #AF14A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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