Html Css Color HEX #A867DA Amethyst

📋 copy color: '#A867DA'

red 168 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A867DA

Tints of Amethyst #A867DA

RGB

 RED value IS 168 (66.02% from 255) = 34.36%

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

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

R = 34.36%
G = 21.06%
B = 44.58%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A867DA (or 0xA867DA) is known color: Amethyst. HEX triplet: A8, 67 and DA. RGB value is (168,103,218). Sum of RGB (Red+Green+Blue) = 168+103+218=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A867DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DA is #579825. Grayscale: #878787. Windows color (decimal): -5740582 or 14313384. OLE color: 14313384.

HSL color Cylindrical-coordinate representation of color #A867DA: hue angle of 273.91º 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 #A867DA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 103 218 -
CMYK 0.23 0.53 0 0.15
HSL 273.91º 0.61% 0.63% -
HSV(B) 273.91º 0.53% 0.85% -
XYZ 33.65 23.09 69.01 -
YUV 135.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 168 103 218 0.23 0.53 0 0.15 273.91 0.61 0.63
Hex A8 67 DA 17 35 0 F 112 3D 3F
Octal 250 147 332 27 65 0 17 422 75 77
Binary 10101000 1100111 11011010 10111 110101 0 1111 100010010 111101 111111

Color Harmonies of #A867DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867DA

Black with #A867DA

Text Example


Text Example

White with #A867DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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