Html Css Color HEX #A455DF Amethyst

📋 copy color: '#A455DF'

red 164 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #A455DF

Tints of Amethyst #A455DF

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

 GREEN value IS 85 (33.59% from 255) = 18.01%

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

R = 34.75%
G = 18.01%
B = 47.25%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A455DF (or 0xA455DF) is known color: Amethyst. HEX triplet: A4, 55 and DF. RGB value is (164,85,223). Sum of RGB (Red+Green+Blue) = 164+85+223=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A455DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455DF is #5BAA20. Grayscale: #7B7B7B. Windows color (decimal): -6007329 or 14636452. OLE color: 14636452.

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

Color convert

RGB 164 85 223 -
CMYK 0.26 0.62 0 0.13
HSL 274.35º 0.68% 0.6% -
HSV(B) 274.35º 0.62% 0.87% -
XYZ 31.88 19.72 71.94 -
YUV 124.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 164 85 223 0.26 0.62 0 0.13 274.35 0.68 0.6
Hex A4 55 DF 1A 3E 0 D 112 44 3C
Octal 244 125 337 32 76 0 15 422 104 74
Binary 10100100 1010101 11011111 11010 111110 0 1101 100010010 1000100 111100

Color Harmonies of #A455DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455DF

Black with #A455DF

Text Example


Text Example

White with #A455DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455DF; }

 p { color: rgb(164,85,223); }

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

background-color css

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

 a { background-color: rgb(164,85,223); }

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

border-color css

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

 span { border-color: rgb(164,85,223); }

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