Html Css Color HEX #A968D7 Amethyst

📋 copy color: '#A968D7'

red 169 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #A968D7

Tints of Amethyst #A968D7

RGB

 RED value IS 169 (66.41% from 255) = 34.63%

 GREEN value IS 104 (41.02% from 255) = 21.31%

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 34.63%
G = 21.31%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A968D7 (or 0xA968D7) is known color: Amethyst. HEX triplet: A9, 68 and D7. RGB value is (169,104,215). Sum of RGB (Red+Green+Blue) = 169+104+215=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #A968D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968D7 is #569728. Grayscale: #878787. Windows color (decimal): -5674793 or 14117033. OLE color: 14117033.

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

Color convert

RGB 169 104 215 -
CMYK 0.21 0.52 0 0.16
HSL 275.14º 0.58% 0.63% -
HSV(B) 275.14º 0.52% 0.84% -
XYZ 33.58 23.24 67.01 -
YUV 136.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 169 104 215 0.21 0.52 0 0.16 275.14 0.58 0.63
Hex A9 68 D7 15 34 0 10 113 3A 3F
Octal 251 150 327 25 64 0 20 423 72 77
Binary 10101001 1101000 11010111 10101 110100 0 10000 100010011 111010 111111

Color Harmonies of #A968D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968D7

Black with #A968D7

Text Example


Text Example

White with #A968D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968D7; }

 p { color: rgb(169,104,215); }

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

background-color css

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

 a { background-color: rgb(169,104,215); }

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

border-color css

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

 span { border-color: rgb(169,104,215); }

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