Html Css Color HEX #A667DA Amethyst

📋 copy color: '#A667DA'

red 166 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A667DA

Tints of Amethyst #A667DA

RGB

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

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

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

R = 34.09%
G = 21.15%
B = 44.76%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A667DA (or 0xA667DA) is known color: Amethyst. HEX triplet: A6, 67 and DA. RGB value is (166,103,218). Sum of RGB (Red+Green+Blue) = 166+103+218=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A667DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667DA is #599825. Grayscale: #868686. Windows color (decimal): -5871654 or 14313382. OLE color: 14313382.

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

Color convert

RGB 166 103 218 -
CMYK 0.24 0.53 0 0.15
HSL 272.87º 0.61% 0.63% -
HSV(B) 272.87º 0.53% 0.85% -
XYZ 33.23 22.87 68.99 -
YUV 134.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 166 103 218 0.24 0.53 0 0.15 272.87 0.61 0.63
Hex A6 67 DA 18 35 0 F 111 3D 3F
Octal 246 147 332 30 65 0 17 421 75 77
Binary 10100110 1100111 11011010 11000 110101 0 1111 100010001 111101 111111

Color Harmonies of #A667DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667DA

Black with #A667DA

Text Example


Text Example

White with #A667DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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