Html Css Color HEX #A869D0 Amethyst

📋 copy color: '#A869D0'

red 168 ◦ green 105 ◦ blue 208

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

Shades of Amethyst #A869D0

Tints of Amethyst #A869D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 34.93%
G = 21.83%
B = 43.24%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A869D0 (or 0xA869D0) is known color: Amethyst. HEX triplet: A8, 69 and D0. RGB value is (168,105,208). Sum of RGB (Red+Green+Blue) = 168+105+208=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A869D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869D0 is #57962F. Grayscale: #878787. Windows color (decimal): -5740080 or 13658536. OLE color: 13658536.

HSL color Cylindrical-coordinate representation of color #A869D0: hue angle of 276.7º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A869D0 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 105 208 -
CMYK 0.19 0.50 0 0.18
HSL 276.7º 0.52% 0.61% -
HSV(B) 276.7º 0.5% 0.82% -
XYZ 32.59 22.98 62.39 -
YUV 135.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 168 105 208 0.19 0.50 0 0.18 276.7 0.52 0.61
Hex A8 69 D0 13 32 0 12 115 34 3D
Octal 250 151 320 23 62 0 22 425 64 75
Binary 10101000 1101001 11010000 10011 110010 0 10010 100010101 110100 111101

Color Harmonies of #A869D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869D0

Black with #A869D0

Text Example


Text Example

White with #A869D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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