Html Css Color HEX #A55FDE Amethyst

📋 copy color: '#A55FDE'

red 165 ◦ green 95 ◦ blue 222

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

Shades of Amethyst #A55FDE

Tints of Amethyst #A55FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

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

R = 34.23%
G = 19.71%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55FDE (or 0xA55FDE) is known color: Amethyst. HEX triplet: A5, 5F and DE. RGB value is (165,95,222). Sum of RGB (Red+Green+Blue) = 165+95+222=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #A55FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDE is #5AA021. Grayscale: #818181. Windows color (decimal): -5939234 or 14573477. OLE color: 14573477.

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

Color convert

RGB 165 95 222 -
CMYK 0.26 0.57 0 0.13
HSL 273.07º 0.66% 0.62% -
HSV(B) 273.07º 0.57% 0.87% -
XYZ 32.79 21.46 71.52 -
YUV 130.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 165 95 222 0.26 0.57 0 0.13 273.07 0.66 0.62
Hex A5 5F DE 1A 39 0 D 111 42 3E
Octal 245 137 336 32 71 0 15 421 102 76
Binary 10100101 1011111 11011110 11010 111001 0 1101 100010001 1000010 111110

Color Harmonies of #A55FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FDE

Black with #A55FDE

Text Example


Text Example

White with #A55FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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