Html Css Color HEX #A069DD Amethyst

📋 copy color: '#A069DD'

red 160 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #A069DD

Tints of Amethyst #A069DD

RGB

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

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

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

R = 32.92%
G = 21.6%
B = 45.47%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A069DD (or 0xA069DD) is known color: Amethyst. HEX triplet: A0, 69 and DD. RGB value is (160,105,221). Sum of RGB (Red+Green+Blue) = 160+105+221=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A069DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DD is #5F9622. Grayscale: #868686. Windows color (decimal): -6264355 or 14510496. OLE color: 14510496.

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

Color convert

RGB 160 105 221 -
CMYK 0.28 0.52 0 0.13
HSL 268.45º 0.63% 0.64% -
HSV(B) 268.45º 0.52% 0.87% -
XYZ 32.6 22.8 71.09 -
YUV 134.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 160 105 221 0.28 0.52 0 0.13 268.45 0.63 0.64
Hex A0 69 DD 1C 34 0 D 10C 3F 40
Octal 240 151 335 34 64 0 15 414 77 100
Binary 10100000 1101001 11011101 11100 110100 0 1101 100001100 111111 1000000

Color Harmonies of #A069DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069DD

Black with #A069DD

Text Example


Text Example

White with #A069DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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