Html Css Color HEX #A368CE Amethyst

📋 copy color: '#A368CE'

red 163 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A368CE

Tints of Amethyst #A368CE

RGB

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

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

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

R = 34.46%
G = 21.99%
B = 43.55%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A368CE (or 0xA368CE) is known color: Amethyst. HEX triplet: A3, 68 and CE. RGB value is (163,104,206). Sum of RGB (Red+Green+Blue) = 163+104+206=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A368CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368CE is #5C9731. Grayscale: #848484. Windows color (decimal): -6068018 or 13527203. OLE color: 13527203.

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

Color convert

RGB 163 104 206 -
CMYK 0.21 0.50 0 0.19
HSL 274.71º 0.51% 0.61% -
HSV(B) 274.71º 0.5% 0.81% -
XYZ 31.2 22.14 61.02 -
YUV 133.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 163 104 206 0.21 0.50 0 0.19 274.71 0.51 0.61
Hex A3 68 CE 15 32 0 13 113 33 3D
Octal 243 150 316 25 62 0 23 423 63 75
Binary 10100011 1101000 11001110 10101 110010 0 10011 100010011 110011 111101

Color Harmonies of #A368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368CE

Black with #A368CE

Text Example


Text Example

White with #A368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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