Html Css Color HEX #A468CE Amethyst

📋 copy color: '#A468CE'

red 164 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A468CE

Tints of Amethyst #A468CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 34.6%
G = 21.94%
B = 43.46%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A468CE (or 0xA468CE) is known color: Amethyst. HEX triplet: A4, 68 and CE. RGB value is (164,104,206). Sum of RGB (Red+Green+Blue) = 164+104+206=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A468CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468CE is #5B9731. Grayscale: #858585. Windows color (decimal): -6002482 or 13527204. OLE color: 13527204.

HSL color Cylindrical-coordinate representation of color #A468CE: hue angle of 275.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A468CE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 104 206 -
CMYK 0.20 0.50 0 0.19
HSL 275.29º 0.51% 0.61% -
HSV(B) 275.29º 0.5% 0.81% -
XYZ 31.4 22.25 61.03 -
YUV 133.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 164 104 206 0.20 0.50 0 0.19 275.29 0.51 0.61
Hex A4 68 CE 14 32 0 13 113 33 3D
Octal 244 150 316 24 62 0 23 423 63 75
Binary 10100100 1101000 11001110 10100 110010 0 10011 100010011 110011 111101

Color Harmonies of #A468CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468CE

Black with #A468CE

Text Example


Text Example

White with #A468CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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