Html Css Color HEX #A068DD Amethyst

📋 copy color: '#A068DD'

red 160 ◦ green 104 ◦ blue 221

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

Shades of Amethyst #A068DD

Tints of Amethyst #A068DD

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 32.99%
G = 21.44%
B = 45.57%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A068DD (or 0xA068DD) is known color: Amethyst. HEX triplet: A0, 68 and DD. RGB value is (160,104,221). Sum of RGB (Red+Green+Blue) = 160+104+221=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A068DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068DD is #5F9722. Grayscale: #858585. Windows color (decimal): -6264611 or 14510240. OLE color: 14510240.

HSL color Cylindrical-coordinate representation of color #A068DD: hue angle of 268.72º degrees, saturation: 0.63, 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 #A068DD is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 104 221 -
CMYK 0.28 0.53 0 0.13
HSL 268.72º 0.63% 0.64% -
HSV(B) 268.72º 0.53% 0.87% -
XYZ 32.5 22.59 71.05 -
YUV 134.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 160 104 221 0.28 0.53 0 0.13 268.72 0.63 0.64
Hex A0 68 DD 1C 35 0 D 10D 3F 40
Octal 240 150 335 34 65 0 15 415 77 100
Binary 10100000 1101000 11011101 11100 110101 0 1101 100001101 111111 1000000

Color Harmonies of #A068DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068DD

Black with #A068DD

Text Example


Text Example

White with #A068DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068DD; }

 p { color: rgb(160,104,221); }

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

background-color css

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

 a { background-color: rgb(160,104,221); }

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

border-color css

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

 span { border-color: rgb(160,104,221); }

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