Html Css Color HEX #A768DB Amethyst

📋 copy color: '#A768DB'

red 167 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A768DB

Tints of Amethyst #A768DB

RGB

 RED value IS 167 (65.63% from 255) = 34.08%

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

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

R = 34.08%
G = 21.22%
B = 44.69%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A768DB (or 0xA768DB) is known color: Amethyst. HEX triplet: A7, 68 and DB. RGB value is (167,104,219). Sum of RGB (Red+Green+Blue) = 167+104+219=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A768DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768DB is #589724. Grayscale: #878787. Windows color (decimal): -5805861 or 14379175. OLE color: 14379175.

HSL color Cylindrical-coordinate representation of color #A768DB: hue angle of 272.87º degrees, saturation: 0.61, 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 #A768DB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 104 219 -
CMYK 0.24 0.53 0 0.14
HSL 272.87º 0.61% 0.63% -
HSV(B) 272.87º 0.53% 0.86% -
XYZ 33.67 23.23 69.73 -
YUV 135.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 167 104 219 0.24 0.53 0 0.14 272.87 0.61 0.63
Hex A7 68 DB 18 35 0 E 111 3D 3F
Octal 247 150 333 30 65 0 16 421 75 77
Binary 10100111 1101000 11011011 11000 110101 0 1110 100010001 111101 111111

Color Harmonies of #A768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768DB

Black with #A768DB

Text Example


Text Example

White with #A768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768DB; }

 p { color: rgb(167,104,219); }

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

background-color css

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

 a { background-color: rgb(167,104,219); }

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

border-color css

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

 span { border-color: rgb(167,104,219); }

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