Html Css Color HEX #A55FD5 Amethyst

📋 copy color: '#A55FD5'

red 165 ◦ green 95 ◦ blue 213

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

Shades of Amethyst #A55FD5

Tints of Amethyst #A55FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 34.88%
G = 20.08%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A55FD5 (or 0xA55FD5) is known color: Amethyst. HEX triplet: A5, 5F and D5. RGB value is (165,95,213). Sum of RGB (Red+Green+Blue) = 165+95+213=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A55FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FD5 is #5AA02A. Grayscale: #808080. Windows color (decimal): -5939243 or 13983653. OLE color: 13983653.

HSL color Cylindrical-coordinate representation of color #A55FD5: hue angle of 275.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55FD5 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 95 213 -
CMYK 0.23 0.55 0 0.16
HSL 275.59º 0.58% 0.6% -
HSV(B) 275.59º 0.55% 0.84% -
XYZ 31.62 20.99 65.34 -
YUV 129.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 165 95 213 0.23 0.55 0 0.16 275.59 0.58 0.6
Hex A5 5F D5 17 37 0 10 114 3A 3C
Octal 245 137 325 27 67 0 20 424 72 74
Binary 10100101 1011111 11010101 10111 110111 0 10000 100010100 111010 111100

Color Harmonies of #A55FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FD5

Black with #A55FD5

Text Example


Text Example

White with #A55FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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