Html Css Color HEX #A467DB Amethyst

📋 copy color: '#A467DB'

red 164 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #A467DB

Tints of Amethyst #A467DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.19%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 33.74%
G = 21.19%
B = 45.06%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A467DB (or 0xA467DB) is known color: Amethyst. HEX triplet: A4, 67 and DB. RGB value is (164,103,219). Sum of RGB (Red+Green+Blue) = 164+103+219=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A467DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467DB is #5B9824. Grayscale: #868686. Windows color (decimal): -6002725 or 14378916. OLE color: 14378916.

HSL color Cylindrical-coordinate representation of color #A467DB: hue angle of 271.55º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A467DB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 103 219 -
CMYK 0.25 0.53 0 0.14
HSL 271.55º 0.62% 0.63% -
HSV(B) 271.55º 0.53% 0.86% -
XYZ 32.95 22.71 69.66 -
YUV 134.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 164 103 219 0.25 0.53 0 0.14 271.55 0.62 0.63
Hex A4 67 DB 19 35 0 E 110 3E 3F
Octal 244 147 333 31 65 0 16 420 76 77
Binary 10100100 1100111 11011011 11001 110101 0 1110 100010000 111110 111111

Color Harmonies of #A467DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467DB

Black with #A467DB

Text Example


Text Example

White with #A467DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467DB; }

 p { color: rgb(164,103,219); }

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

background-color css

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

 a { background-color: rgb(164,103,219); }

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

border-color css

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

 span { border-color: rgb(164,103,219); }

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