Html Css Color HEX #A359DE Amethyst

📋 copy color: '#A359DE'

red 163 ◦ green 89 ◦ blue 222

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

Shades of Amethyst #A359DE

Tints of Amethyst #A359DE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 34.39%
G = 18.78%
B = 46.84%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A359DE (or 0xA359DE) is known color: Amethyst. HEX triplet: A3, 59 and DE. RGB value is (163,89,222). Sum of RGB (Red+Green+Blue) = 163+89+222=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A359DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DE is #5CA621. Grayscale: #7D7D7D. Windows color (decimal): -6071842 or 14571939. OLE color: 14571939.

HSL color Cylindrical-coordinate representation of color #A359DE: hue angle of 273.38º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A359DE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 89 222 -
CMYK 0.27 0.60 0 0.13
HSL 273.38º 0.67% 0.61% -
HSV(B) 273.38º 0.6% 0.87% -
XYZ 31.86 20.21 71.33 -
YUV 126.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 163 89 222 0.27 0.60 0 0.13 273.38 0.67 0.61
Hex A3 59 DE 1B 3C 0 D 111 43 3D
Octal 243 131 336 33 74 0 15 421 103 75
Binary 10100011 1011001 11011110 11011 111100 0 1101 100010001 1000011 111101

Color Harmonies of #A359DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359DE

Black with #A359DE

Text Example


Text Example

White with #A359DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359DE; }

 p { color: rgb(163,89,222); }

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

background-color css

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

 a { background-color: rgb(163,89,222); }

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

border-color css

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

 span { border-color: rgb(163,89,222); }

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