Html Css Color HEX #A968D8 Amethyst

📋 copy color: '#A968D8'

red 169 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #A968D8

Tints of Amethyst #A968D8

RGB

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

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

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

R = 34.56%
G = 21.27%
B = 44.17%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A968D8 (or 0xA968D8) is known color: Amethyst. HEX triplet: A9, 68 and D8. RGB value is (169,104,216). Sum of RGB (Red+Green+Blue) = 169+104+216=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 104 (41.02% from 255 or 21.27% 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 #A968D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968D8 is #569727. Grayscale: #878787. Windows color (decimal): -5674792 or 14182569. OLE color: 14182569.

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

Color convert

RGB 169 104 216 -
CMYK 0.22 0.52 0 0.15
HSL 274.82º 0.59% 0.63% -
HSV(B) 274.82º 0.52% 0.85% -
XYZ 33.71 23.29 67.69 -
YUV 136.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 169 104 216 0.22 0.52 0 0.15 274.82 0.59 0.63
Hex A9 68 D8 16 34 0 F 113 3B 3F
Octal 251 150 330 26 64 0 17 423 73 77
Binary 10101001 1101000 11011000 10110 110100 0 1111 100010011 111011 111111

Color Harmonies of #A968D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968D8

Black with #A968D8

Text Example


Text Example

White with #A968D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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