Html Css Color HEX #A468DF Amethyst

📋 copy color: '#A468DF'

red 164 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A468DF

Tints of Amethyst #A468DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

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

R = 33.4%
G = 21.18%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A468DF (or 0xA468DF) is known color: Amethyst. HEX triplet: A4, 68 and DF. RGB value is (164,104,223). Sum of RGB (Red+Green+Blue) = 164+104+223=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A468DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468DF is #5B9720. Grayscale: #878787. Windows color (decimal): -6002465 or 14641316. OLE color: 14641316.

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

Color convert

RGB 164 104 223 -
CMYK 0.26 0.53 0 0.13
HSL 270.25º 0.65% 0.64% -
HSV(B) 270.25º 0.53% 0.87% -
XYZ 33.58 23.12 72.5 -
YUV 135.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 164 104 223 0.26 0.53 0 0.13 270.25 0.65 0.64
Hex A4 68 DF 1A 35 0 D 10E 41 40
Octal 244 150 337 32 65 0 15 416 101 100
Binary 10100100 1101000 11011111 11010 110101 0 1101 100001110 1000001 1000000

Color Harmonies of #A468DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468DF

Black with #A468DF

Text Example


Text Example

White with #A468DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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