Html Css Color HEX #A45FDA Amethyst

📋 copy color: '#A45FDA'

red 164 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #A45FDA

Tints of Amethyst #A45FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 34.38%
G = 19.92%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A45FDA (or 0xA45FDA) is known color: Amethyst. HEX triplet: A4, 5F and DA. RGB value is (164,95,218). Sum of RGB (Red+Green+Blue) = 164+95+218=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A45FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FDA is #5BA025. Grayscale: #818181. Windows color (decimal): -6004774 or 14311332. OLE color: 14311332.

HSL color Cylindrical-coordinate representation of color #A45FDA: hue angle of 273.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45FDA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 95 218 -
CMYK 0.25 0.56 0 0.15
HSL 273.66º 0.62% 0.61% -
HSV(B) 273.66º 0.56% 0.85% -
XYZ 32.06 21.14 68.72 -
YUV 129.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 164 95 218 0.25 0.56 0 0.15 273.66 0.62 0.61
Hex A4 5F DA 19 38 0 F 112 3E 3D
Octal 244 137 332 31 70 0 17 422 76 75
Binary 10100100 1011111 11011010 11001 111000 0 1111 100010010 111110 111101

Color Harmonies of #A45FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FDA

Black with #A45FDA

Text Example


Text Example

White with #A45FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FDA; }

 p { color: rgb(164,95,218); }

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

background-color css

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

 a { background-color: rgb(164,95,218); }

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

border-color css

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

 span { border-color: rgb(164,95,218); }

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