Html Css Color HEX #AF14A2 Medium Violet Red

📋 copy color: '#AF14A2'

red 175 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #AF14A2

Tints of Medium Violet Red #AF14A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 49.02%
G = 5.6%
B = 45.38%

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

#AF14A2 (or 0xAF14A2) is known color: Medium Violet Red. HEX triplet: AF, 14 and A2. RGB value is (175,20,162). Sum of RGB (Red+Green+Blue) = 175+20+162=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF14A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14A2 is #50EB5D. Grayscale: #525252. Windows color (decimal): -5303134 or 10622127. OLE color: 10622127.

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

Color convert

RGB 175 20 162 -
CMYK 0 0.89 0.07 0.31
HSL 305.03º 0.79% 0.38% -
HSV(B) 305.03º 0.89% 0.69% -
XYZ 24.45 12.22 35.25 -
YUV 82.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 175 20 162 0 0.89 0.07 0.31 305.03 0.79 0.38
Hex AF 14 A2 0 59 7 1F 131 4F 26
Octal 257 24 242 0 131 7 37 461 117 46
Binary 10101111 10100 10100010 0 1011001 111 11111 100110001 1001111 100110

Color Harmonies of #AF14A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14A2

Black with #AF14A2

Text Example


Text Example

White with #AF14A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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