Html Css Color HEX #A55AD6 Amethyst

📋 copy color: '#A55AD6'

red 165 ◦ green 90 ◦ blue 214

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

Shades of Amethyst #A55AD6

Tints of Amethyst #A55AD6

RGB

 RED value IS 165 (64.84% from 255) = 35.18%

 GREEN value IS 90 (35.55% from 255) = 19.19%

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 35.18%
G = 19.19%
B = 45.63%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A55AD6 (or 0xA55AD6) is known color: Amethyst. HEX triplet: A5, 5A and D6. RGB value is (165,90,214). Sum of RGB (Red+Green+Blue) = 165+90+214=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #A55AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AD6 is #5AA529. Grayscale: #7E7E7E. Windows color (decimal): -5940522 or 14047909. OLE color: 14047909.

HSL color Cylindrical-coordinate representation of color #A55AD6: hue angle of 276.29º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55AD6 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 90 214 -
CMYK 0.23 0.58 0 0.16
HSL 276.29º 0.6% 0.6% -
HSV(B) 276.29º 0.58% 0.84% -
XYZ 31.31 20.17 65.86 -
YUV 126.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 165 90 214 0.23 0.58 0 0.16 276.29 0.6 0.6
Hex A5 5A D6 17 3A 0 10 114 3C 3C
Octal 245 132 326 27 72 0 20 424 74 74
Binary 10100101 1011010 11010110 10111 111010 0 10000 100010100 111100 111100

Color Harmonies of #A55AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AD6

Black with #A55AD6

Text Example


Text Example

White with #A55AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AD6; }

 p { color: rgb(165,90,214); }

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

background-color css

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

 a { background-color: rgb(165,90,214); }

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

border-color css

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

 span { border-color: rgb(165,90,214); }

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