Html Css Color HEX #AF72E1 Amethyst

📋 copy color: '#AF72E1'

red 175 ◦ green 114 ◦ blue 225

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

Shades of Amethyst #AF72E1

Tints of Amethyst #AF72E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.18%

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 34.05%
G = 22.18%
B = 43.77%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF72E1 (or 0xAF72E1) is known color: Amethyst. HEX triplet: AF, 72 and E1. RGB value is (175,114,225). Sum of RGB (Red+Green+Blue) = 175+114+225=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF72E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72E1 is #508D1E. Grayscale: #909090. Windows color (decimal): -5279007 or 14774959. OLE color: 14774959.

HSL color Cylindrical-coordinate representation of color #AF72E1: hue angle of 272.97º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF72E1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 114 225 -
CMYK 0.22 0.49 0 0.12
HSL 272.97º 0.65% 0.66% -
HSV(B) 272.97º 0.49% 0.88% -
XYZ 37.29 26.58 74.4 -
YUV 144.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 175 114 225 0.22 0.49 0 0.12 272.97 0.65 0.66
Hex AF 72 E1 16 31 0 C 111 41 42
Octal 257 162 341 26 61 0 14 421 101 102
Binary 10101111 1110010 11100001 10110 110001 0 1100 100010001 1000001 1000010

Color Harmonies of #AF72E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72E1

Black with #AF72E1

Text Example


Text Example

White with #AF72E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72E1; }

 p { color: rgb(175,114,225); }

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

background-color css

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

 a { background-color: rgb(175,114,225); }

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

border-color css

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

 span { border-color: rgb(175,114,225); }

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