Html Css Color HEX #A869D5 Amethyst

📋 copy color: '#A869D5'

red 168 ◦ green 105 ◦ blue 213

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

Shades of Amethyst #A869D5

Tints of Amethyst #A869D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 34.57%
G = 21.6%
B = 43.83%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A869D5 (or 0xA869D5) is known color: Amethyst. HEX triplet: A8, 69 and D5. RGB value is (168,105,213). Sum of RGB (Red+Green+Blue) = 168+105+213=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #A869D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869D5 is #57962A. Grayscale: #878787. Windows color (decimal): -5740075 or 13986216. OLE color: 13986216.

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

Color convert

RGB 168 105 213 -
CMYK 0.21 0.51 0 0.16
HSL 275º 0.56% 0.62% -
HSV(B) 275º 0.51% 0.84% -
XYZ 33.21 23.23 65.68 -
YUV 136.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 168 105 213 0.21 0.51 0 0.16 275 0.56 0.62
Hex A8 69 D5 15 33 0 10 113 38 3E
Octal 250 151 325 25 63 0 20 423 70 76
Binary 10101000 1101001 11010101 10101 110011 0 10000 100010011 111000 111110

Color Harmonies of #A869D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869D5

Black with #A869D5

Text Example


Text Example

White with #A869D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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