Html Css Color HEX #A464CE Amethyst

📋 copy color: '#A464CE'

red 164 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A464CE

Tints of Amethyst #A464CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.28%

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

R = 34.89%
G = 21.28%
B = 43.83%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A464CE (or 0xA464CE) is known color: Amethyst. HEX triplet: A4, 64 and CE. RGB value is (164,100,206). Sum of RGB (Red+Green+Blue) = 164+100+206=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A464CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464CE is #5B9B31. Grayscale: #828282. Windows color (decimal): -6003506 or 13526180. OLE color: 13526180.

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

Color convert

RGB 164 100 206 -
CMYK 0.20 0.51 0 0.19
HSL 276.23º 0.52% 0.6% -
HSV(B) 276.23º 0.51% 0.81% -
XYZ 31.01 21.46 60.9 -
YUV 131.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 164 100 206 0.20 0.51 0 0.19 276.23 0.52 0.6
Hex A4 64 CE 14 33 0 13 114 34 3C
Octal 244 144 316 24 63 0 23 424 64 74
Binary 10100100 1100100 11001110 10100 110011 0 10011 100010100 110100 111100

Color Harmonies of #A464CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464CE

Black with #A464CE

Text Example


Text Example

White with #A464CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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