Html Css Color HEX #A55BCE Amethyst

📋 copy color: '#A55BCE'

red 165 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #A55BCE

Tints of Amethyst #A55BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.7%

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

R = 35.71%
G = 19.7%
B = 44.59%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55BCE (or 0xA55BCE) is known color: Amethyst. HEX triplet: A5, 5B and CE. RGB value is (165,91,206). Sum of RGB (Red+Green+Blue) = 165+91+206=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A55BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BCE is #5AA431. Grayscale: #7D7D7D. Windows color (decimal): -5940274 or 13523877. OLE color: 13523877.

HSL color Cylindrical-coordinate representation of color #A55BCE: hue angle of 278.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55BCE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 91 206 -
CMYK 0.20 0.56 0 0.19
HSL 278.61º 0.54% 0.58% -
HSV(B) 278.61º 0.56% 0.81% -
XYZ 30.4 19.94 60.64 -
YUV 126.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 165 91 206 0.20 0.56 0 0.19 278.61 0.54 0.58
Hex A5 5B CE 14 38 0 13 117 36 3A
Octal 245 133 316 24 70 0 23 427 66 72
Binary 10100101 1011011 11001110 10100 111000 0 10011 100010111 110110 111010

Color Harmonies of #A55BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BCE

Black with #A55BCE

Text Example


Text Example

White with #A55BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BCE; }

 p { color: rgb(165,91,206); }

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

background-color css

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

 a { background-color: rgb(165,91,206); }

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

border-color css

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

 span { border-color: rgb(165,91,206); }

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