Html Css Color HEX #A359D0 Amethyst

📋 copy color: '#A359D0'

red 163 ◦ green 89 ◦ blue 208

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

Shades of Amethyst #A359D0

Tints of Amethyst #A359D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 35.43%
G = 19.35%
B = 45.22%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A359D0 (or 0xA359D0) is known color: Amethyst. HEX triplet: A3, 59 and D0. RGB value is (163,89,208). Sum of RGB (Red+Green+Blue) = 163+89+208=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #A359D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359D0 is #5CA62F. Grayscale: #7C7C7C. Windows color (decimal): -6071856 or 13654435. OLE color: 13654435.

HSL color Cylindrical-coordinate representation of color #A359D0: hue angle of 277.31º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A359D0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 89 208 -
CMYK 0.22 0.57 0 0.18
HSL 277.31º 0.56% 0.58% -
HSV(B) 277.31º 0.57% 0.82% -
XYZ 30.06 19.49 61.85 -
YUV 124.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 163 89 208 0.22 0.57 0 0.18 277.31 0.56 0.58
Hex A3 59 D0 16 39 0 12 115 38 3A
Octal 243 131 320 26 71 0 22 425 70 72
Binary 10100011 1011001 11010000 10110 111001 0 10010 100010101 111000 111010

Color Harmonies of #A359D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359D0

Black with #A359D0

Text Example


Text Example

White with #A359D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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