Html Css Color HEX #A45DDF Amethyst

📋 copy color: '#A45DDF'

red 164 ◦ green 93 ◦ blue 223

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

Shades of Amethyst #A45DDF

Tints of Amethyst #A45DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.38%

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

R = 34.17%
G = 19.38%
B = 46.46%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A45DDF (or 0xA45DDF) is known color: Amethyst. HEX triplet: A4, 5D and DF. RGB value is (164,93,223). Sum of RGB (Red+Green+Blue) = 164+93+223=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A45DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DDF is #5BA220. Grayscale: #808080. Windows color (decimal): -6005281 or 14638500. OLE color: 14638500.

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

Color convert

RGB 164 93 223 -
CMYK 0.26 0.58 0 0.13
HSL 272.77º 0.67% 0.62% -
HSV(B) 272.77º 0.58% 0.87% -
XYZ 32.54 21.05 72.16 -
YUV 129.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 164 93 223 0.26 0.58 0 0.13 272.77 0.67 0.62
Hex A4 5D DF 1A 3A 0 D 111 43 3E
Octal 244 135 337 32 72 0 15 421 103 76
Binary 10100100 1011101 11011111 11010 111010 0 1101 100010001 1000011 111110

Color Harmonies of #A45DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DDF

Black with #A45DDF

Text Example


Text Example

White with #A45DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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