Html Css Color HEX #A067DB Amethyst

📋 copy color: '#A067DB'

red 160 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #A067DB

Tints of Amethyst #A067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.37%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 33.2%
G = 21.37%
B = 45.44%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A067DB (or 0xA067DB) is known color: Amethyst. HEX triplet: A0, 67 and DB. RGB value is (160,103,219). Sum of RGB (Red+Green+Blue) = 160+103+219=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A067DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DB is #5F9824. Grayscale: #848484. Windows color (decimal): -6264869 or 14378912. OLE color: 14378912.

HSL color Cylindrical-coordinate representation of color #A067DB: hue angle of 269.48º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A067DB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 103 219 -
CMYK 0.27 0.53 0 0.14
HSL 269.48º 0.62% 0.63% -
HSV(B) 269.48º 0.53% 0.86% -
XYZ 32.13 22.29 69.63 -
YUV 133.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 160 103 219 0.27 0.53 0 0.14 269.48 0.62 0.63
Hex A0 67 DB 1B 35 0 E 10D 3E 3F
Octal 240 147 333 33 65 0 16 415 76 77
Binary 10100000 1100111 11011011 11011 110101 0 1110 100001101 111110 111111

Color Harmonies of #A067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067DB

Black with #A067DB

Text Example


Text Example

White with #A067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067DB; }

 p { color: rgb(160,103,219); }

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

background-color css

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

 a { background-color: rgb(160,103,219); }

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

border-color css

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

 span { border-color: rgb(160,103,219); }

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