Html Css Color HEX #A55FDD Amethyst

📋 copy color: '#A55FDD'

red 165 ◦ green 95 ◦ blue 221

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

Shades of Amethyst #A55FDD

Tints of Amethyst #A55FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 34.3%
G = 19.75%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55FDD (or 0xA55FDD) is known color: Amethyst. HEX triplet: A5, 5F and DD. RGB value is (165,95,221). Sum of RGB (Red+Green+Blue) = 165+95+221=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A55FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDD is #5AA022. Grayscale: #818181. Windows color (decimal): -5939235 or 14507941. OLE color: 14507941.

HSL color Cylindrical-coordinate representation of color #A55FDD: hue angle of 273.33º degrees, saturation: 0.65, 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 #A55FDD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 95 221 -
CMYK 0.25 0.57 0 0.13
HSL 273.33º 0.65% 0.62% -
HSV(B) 273.33º 0.57% 0.87% -
XYZ 32.66 21.4 70.82 -
YUV 130.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 165 95 221 0.25 0.57 0 0.13 273.33 0.65 0.62
Hex A5 5F DD 19 39 0 D 111 41 3E
Octal 245 137 335 31 71 0 15 421 101 76
Binary 10100101 1011111 11011101 11001 111001 0 1101 100010001 1000001 111110

Color Harmonies of #A55FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FDD

Black with #A55FDD

Text Example


Text Example

White with #A55FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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