Html Css Color HEX #A364CE Amethyst

📋 copy color: '#A364CE'

red 163 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A364CE

Tints of Amethyst #A364CE

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

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

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

R = 34.75%
G = 21.32%
B = 43.92%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A364CE (or 0xA364CE) is known color: Amethyst. HEX triplet: A3, 64 and CE. RGB value is (163,100,206). Sum of RGB (Red+Green+Blue) = 163+100+206=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A364CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364CE is #5C9B31. Grayscale: #828282. Windows color (decimal): -6069042 or 13526179. OLE color: 13526179.

HSL color Cylindrical-coordinate representation of color #A364CE: hue angle of 275.66º 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 #A364CE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 100 206 -
CMYK 0.21 0.51 0 0.19
HSL 275.66º 0.52% 0.6% -
HSV(B) 275.66º 0.51% 0.81% -
XYZ 30.8 21.36 60.89 -
YUV 130.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 163 100 206 0.21 0.51 0 0.19 275.66 0.52 0.6
Hex A3 64 CE 15 33 0 13 114 34 3C
Octal 243 144 316 25 63 0 23 424 64 74
Binary 10100011 1100100 11001110 10101 110011 0 10011 100010100 110100 111100

Color Harmonies of #A364CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364CE

Black with #A364CE

Text Example


Text Example

White with #A364CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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