Html Css Color HEX #A55FDF Amethyst

📋 copy color: '#A55FDF'

red 165 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A55FDF

Tints of Amethyst #A55FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 34.16%
G = 19.67%
B = 46.17%

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

#A55FDF (or 0xA55FDF) is known color: Amethyst. HEX triplet: A5, 5F and DF. RGB value is (165,95,223). Sum of RGB (Red+Green+Blue) = 165+95+223=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDF is #5AA020. Grayscale: #828282. Windows color (decimal): -5939233 or 14639013. OLE color: 14639013.

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

Color convert

RGB 165 95 223 -
CMYK 0.26 0.57 0 0.13
HSL 272.81º 0.67% 0.62% -
HSV(B) 272.81º 0.57% 0.87% -
XYZ 32.93 21.51 72.23 -
YUV 130.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 165 95 223 0.26 0.57 0 0.13 272.81 0.67 0.62
Hex A5 5F DF 1A 39 0 D 111 43 3E
Octal 245 137 337 32 71 0 15 421 103 76
Binary 10100101 1011111 11011111 11010 111001 0 1101 100010001 1000011 111110

Color Harmonies of #A55FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FDF

Black with #A55FDF

Text Example


Text Example

White with #A55FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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