Html Css Color HEX #A968DF Amethyst

📋 copy color: '#A968DF'

red 169 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A968DF

Tints of Amethyst #A968DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 34.07%
G = 20.97%
B = 44.96%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A968DF (or 0xA968DF) is known color: Amethyst. HEX triplet: A9, 68 and DF. RGB value is (169,104,223). Sum of RGB (Red+Green+Blue) = 169+104+223=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A968DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968DF is #569720. Grayscale: #888888. Windows color (decimal): -5674785 or 14641321. OLE color: 14641321.

HSL color Cylindrical-coordinate representation of color #A968DF: hue angle of 272.77º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A968DF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 104 223 -
CMYK 0.24 0.53 0 0.13
HSL 272.77º 0.65% 0.64% -
HSV(B) 272.77º 0.53% 0.87% -
XYZ 34.63 23.66 72.55 -
YUV 137 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 169 104 223 0.24 0.53 0 0.13 272.77 0.65 0.64
Hex A9 68 DF 18 35 0 D 111 41 40
Octal 251 150 337 30 65 0 15 421 101 100
Binary 10101001 1101000 11011111 11000 110101 0 1101 100010001 1000001 1000000

Color Harmonies of #A968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968DF

Black with #A968DF

Text Example


Text Example

White with #A968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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