Html Css Color HEX #A55FD7 Amethyst

📋 copy color: '#A55FD7'

red 165 ◦ green 95 ◦ blue 215

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

Shades of Amethyst #A55FD7

Tints of Amethyst #A55FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 34.74%
G = 20%
B = 45.26%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A55FD7 (or 0xA55FD7) is known color: Amethyst. HEX triplet: A5, 5F and D7. RGB value is (165,95,215). Sum of RGB (Red+Green+Blue) = 165+95+215=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #A55FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FD7 is #5AA028. Grayscale: #818181. Windows color (decimal): -5939241 or 14114725. OLE color: 14114725.

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

Color convert

RGB 165 95 215 -
CMYK 0.23 0.56 0 0.16
HSL 275º 0.6% 0.61% -
HSV(B) 275º 0.56% 0.84% -
XYZ 31.88 21.09 66.68 -
YUV 129.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 165 95 215 0.23 0.56 0 0.16 275 0.6 0.61
Hex A5 5F D7 17 38 0 10 113 3C 3D
Octal 245 137 327 27 70 0 20 423 74 75
Binary 10100101 1011111 11010111 10111 111000 0 10000 100010011 111100 111101

Color Harmonies of #A55FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FD7

Black with #A55FD7

Text Example


Text Example

White with #A55FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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