Html Css Color HEX #A869D8 Amethyst

📋 copy color: '#A869D8'

red 168 ◦ green 105 ◦ blue 216

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

Shades of Amethyst #A869D8

Tints of Amethyst #A869D8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 34.36%
G = 21.47%
B = 44.17%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A869D8 (or 0xA869D8) is known color: Amethyst. HEX triplet: A8, 69 and D8. RGB value is (168,105,216). Sum of RGB (Red+Green+Blue) = 168+105+216=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #A869D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869D8 is #579627. Grayscale: #888888. Windows color (decimal): -5740072 or 14182824. OLE color: 14182824.

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

Color convert

RGB 168 105 216 -
CMYK 0.22 0.51 0 0.15
HSL 274.05º 0.59% 0.63% -
HSV(B) 274.05º 0.51% 0.85% -
XYZ 33.59 23.39 67.71 -
YUV 136.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 168 105 216 0.22 0.51 0 0.15 274.05 0.59 0.63
Hex A8 69 D8 16 33 0 F 112 3B 3F
Octal 250 151 330 26 63 0 17 422 73 77
Binary 10101000 1101001 11011000 10110 110011 0 1111 100010010 111011 111111

Color Harmonies of #A869D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869D8

Black with #A869D8

Text Example


Text Example

White with #A869D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869D8; }

 p { color: rgb(168,105,216); }

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

background-color css

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

 a { background-color: rgb(168,105,216); }

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

border-color css

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

 span { border-color: rgb(168,105,216); }

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