Html Css Color HEX #A468E1 Amethyst

📋 copy color: '#A468E1'

red 164 ◦ green 104 ◦ blue 225

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

Shades of Amethyst #A468E1

Tints of Amethyst #A468E1

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

 GREEN value IS 104 (41.02% from 255) = 21.1%

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

R = 33.27%
G = 21.1%
B = 45.64%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A468E1 (or 0xA468E1) is known color: Amethyst. HEX triplet: A4, 68 and E1. RGB value is (164,104,225). Sum of RGB (Red+Green+Blue) = 164+104+225=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #A468E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468E1 is #5B971E. Grayscale: #878787. Windows color (decimal): -6002463 or 14772388. OLE color: 14772388.

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

Color convert

RGB 164 104 225 -
CMYK 0.27 0.54 0 0.12
HSL 269.75º 0.67% 0.65% -
HSV(B) 269.75º 0.54% 0.88% -
XYZ 33.85 23.23 73.93 -
YUV 135.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 164 104 225 0.27 0.54 0 0.12 269.75 0.67 0.65
Hex A4 68 E1 1B 36 0 C 10E 43 41
Octal 244 150 341 33 66 0 14 416 103 101
Binary 10100100 1101000 11100001 11011 110110 0 1100 100001110 1000011 1000001

Color Harmonies of #A468E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468E1

Black with #A468E1

Text Example


Text Example

White with #A468E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468E1; }

 p { color: rgb(164,104,225); }

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

background-color css

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

 a { background-color: rgb(164,104,225); }

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

border-color css

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

 span { border-color: rgb(164,104,225); }

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