Html Css Color HEX #A55CD8 Amethyst

📋 copy color: '#A55CD8'

red 165 ◦ green 92 ◦ blue 216

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

Shades of Amethyst #A55CD8

Tints of Amethyst #A55CD8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 34.88%
G = 19.45%
B = 45.67%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A55CD8 (or 0xA55CD8) is known color: Amethyst. HEX triplet: A5, 5C and D8. RGB value is (165,92,216). Sum of RGB (Red+Green+Blue) = 165+92+216=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #A55CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CD8 is #5AA327. Grayscale: #7F7F7F. Windows color (decimal): -5940008 or 14179493. OLE color: 14179493.

HSL color Cylindrical-coordinate representation of color #A55CD8: hue angle of 275.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55CD8 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 92 216 -
CMYK 0.24 0.57 0 0.15
HSL 275.32º 0.61% 0.6% -
HSV(B) 275.32º 0.57% 0.85% -
XYZ 31.74 20.61 67.27 -
YUV 127.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 165 92 216 0.24 0.57 0 0.15 275.32 0.61 0.6
Hex A5 5C D8 18 39 0 F 113 3D 3C
Octal 245 134 330 30 71 0 17 423 75 74
Binary 10100101 1011100 11011000 11000 111001 0 1111 100010011 111101 111100

Color Harmonies of #A55CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CD8

Black with #A55CD8

Text Example


Text Example

White with #A55CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CD8; }

 p { color: rgb(165,92,216); }

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

background-color css

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

 a { background-color: rgb(165,92,216); }

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

border-color css

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

 span { border-color: rgb(165,92,216); }

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