Html Css Color HEX #A55CDE Amethyst

📋 copy color: '#A55CDE'

red 165 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #A55CDE

Tints of Amethyst #A55CDE

RGB

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

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

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

R = 34.45%
G = 19.21%
B = 46.35%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55CDE (or 0xA55CDE) is known color: Amethyst. HEX triplet: A5, 5C and DE. RGB value is (165,92,222). Sum of RGB (Red+Green+Blue) = 165+92+222=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A55CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDE is #5AA321. Grayscale: #808080. Windows color (decimal): -5940002 or 14572709. OLE color: 14572709.

HSL color Cylindrical-coordinate representation of color #A55CDE: hue angle of 273.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55CDE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 92 222 -
CMYK 0.26 0.59 0 0.13
HSL 273.69º 0.66% 0.62% -
HSV(B) 273.69º 0.59% 0.87% -
XYZ 32.53 20.93 71.43 -
YUV 128.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 165 92 222 0.26 0.59 0 0.13 273.69 0.66 0.62
Hex A5 5C DE 1A 3B 0 D 112 42 3E
Octal 245 134 336 32 73 0 15 422 102 76
Binary 10100101 1011100 11011110 11010 111011 0 1101 100010010 1000010 111110

Color Harmonies of #A55CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CDE

Black with #A55CDE

Text Example


Text Example

White with #A55CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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