Html Css Color HEX #A869E1 Amethyst

📋 copy color: '#A869E1'

red 168 ◦ green 105 ◦ blue 225

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

Shades of Amethyst #A869E1

Tints of Amethyst #A869E1

RGB

 RED value IS 168 (66.02% from 255) = 33.73%

 GREEN value IS 105 (41.41% from 255) = 21.08%

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

R = 33.73%
G = 21.08%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A869E1 (or 0xA869E1) is known color: Amethyst. HEX triplet: A8, 69 and E1. RGB value is (168,105,225). Sum of RGB (Red+Green+Blue) = 168+105+225=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #A869E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869E1 is #57961E. Grayscale: #898989. Windows color (decimal): -5740063 or 14772648. OLE color: 14772648.

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

Color convert

RGB 168 105 225 -
CMYK 0.25 0.53 0 0.12
HSL 271.5º 0.67% 0.65% -
HSV(B) 271.5º 0.53% 0.88% -
XYZ 34.79 23.86 74.01 -
YUV 137.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 168 105 225 0.25 0.53 0 0.12 271.5 0.67 0.65
Hex A8 69 E1 19 35 0 C 110 43 41
Octal 250 151 341 31 65 0 14 420 103 101
Binary 10101000 1101001 11100001 11001 110101 0 1100 100010000 1000011 1000001

Color Harmonies of #A869E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869E1

Black with #A869E1

Text Example


Text Example

White with #A869E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869E1; }

 p { color: rgb(168,105,225); }

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

background-color css

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

 a { background-color: rgb(168,105,225); }

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

border-color css

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

 span { border-color: rgb(168,105,225); }

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