Html Css Color HEX #A468D9 Amethyst

📋 copy color: '#A468D9'

red 164 ◦ green 104 ◦ blue 217

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

Shades of Amethyst #A468D9

Tints of Amethyst #A468D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 33.81%
G = 21.44%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A468D9 (or 0xA468D9) is known color: Amethyst. HEX triplet: A4, 68 and D9. RGB value is (164,104,217). Sum of RGB (Red+Green+Blue) = 164+104+217=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #A468D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468D9 is #5B9726. Grayscale: #868686. Windows color (decimal): -6002471 or 14248100. OLE color: 14248100.

HSL color Cylindrical-coordinate representation of color #A468D9: hue angle of 271.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A468D9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 104 217 -
CMYK 0.24 0.52 0 0.15
HSL 271.86º 0.6% 0.63% -
HSV(B) 271.86º 0.52% 0.85% -
XYZ 32.78 22.8 68.32 -
YUV 134.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 164 104 217 0.24 0.52 0 0.15 271.86 0.6 0.63
Hex A4 68 D9 18 34 0 F 110 3C 3F
Octal 244 150 331 30 64 0 17 420 74 77
Binary 10100100 1101000 11011001 11000 110100 0 1111 100010000 111100 111111

Color Harmonies of #A468D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468D9

Black with #A468D9

Text Example


Text Example

White with #A468D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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