Html Css Color HEX #A667D7 Amethyst

📋 copy color: '#A667D7'

red 166 ◦ green 103 ◦ blue 215

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

Shades of Amethyst #A667D7

Tints of Amethyst #A667D7

RGB

 RED value IS 166 (65.23% from 255) = 34.3%

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

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 34.3%
G = 21.28%
B = 44.42%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A667D7 (or 0xA667D7) is known color: Amethyst. HEX triplet: A6, 67 and D7. RGB value is (166,103,215). Sum of RGB (Red+Green+Blue) = 166+103+215=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #A667D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667D7 is #599828. Grayscale: #868686. Windows color (decimal): -5871657 or 14116774. OLE color: 14116774.

HSL color Cylindrical-coordinate representation of color #A667D7: hue angle of 273.75º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A667D7 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 103 215 -
CMYK 0.23 0.52 0 0.16
HSL 273.75º 0.58% 0.62% -
HSV(B) 273.75º 0.52% 0.84% -
XYZ 32.84 22.71 66.94 -
YUV 134.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 166 103 215 0.23 0.52 0 0.16 273.75 0.58 0.62
Hex A6 67 D7 17 34 0 10 112 3A 3E
Octal 246 147 327 27 64 0 20 422 72 76
Binary 10100110 1100111 11010111 10111 110100 0 10000 100010010 111010 111110

Color Harmonies of #A667D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667D7

Black with #A667D7

Text Example


Text Example

White with #A667D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667D7; }

 p { color: rgb(166,103,215); }

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

background-color css

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

 a { background-color: rgb(166,103,215); }

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

border-color css

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

 span { border-color: rgb(166,103,215); }

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