Html Css Color HEX #A369CE Amethyst

📋 copy color: '#A369CE'

red 163 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #A369CE

Tints of Amethyst #A369CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 34.39%
G = 22.15%
B = 43.46%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A369CE (or 0xA369CE) is known color: Amethyst. HEX triplet: A3, 69 and CE. RGB value is (163,105,206). Sum of RGB (Red+Green+Blue) = 163+105+206=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 105 (41.41% from 255 or 22.15% 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 #A369CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369CE is #5C9631. Grayscale: #858585. Windows color (decimal): -6067762 or 13527459. OLE color: 13527459.

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

Color convert

RGB 163 105 206 -
CMYK 0.21 0.49 0 0.19
HSL 274.46º 0.51% 0.61% -
HSV(B) 274.46º 0.49% 0.81% -
XYZ 31.3 22.35 61.06 -
YUV 133.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 163 105 206 0.21 0.49 0 0.19 274.46 0.51 0.61
Hex A3 69 CE 15 31 0 13 112 33 3D
Octal 243 151 316 25 61 0 23 422 63 75
Binary 10100011 1101001 11001110 10101 110001 0 10011 100010010 110011 111101

Color Harmonies of #A369CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369CE

Black with #A369CE

Text Example


Text Example

White with #A369CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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