Html Css Color HEX #A769DB Amethyst

📋 copy color: '#A769DB'

red 167 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #A769DB

Tints of Amethyst #A769DB

RGB

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

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

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

R = 34.01%
G = 21.38%
B = 44.6%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A769DB (or 0xA769DB) is known color: Amethyst. HEX triplet: A7, 69 and DB. RGB value is (167,105,219). Sum of RGB (Red+Green+Blue) = 167+105+219=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A769DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769DB is #589624. Grayscale: #888888. Windows color (decimal): -5805605 or 14379431. OLE color: 14379431.

HSL color Cylindrical-coordinate representation of color #A769DB: hue angle of 272.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A769DB is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 105 219 -
CMYK 0.24 0.52 0 0.14
HSL 272.63º 0.61% 0.64% -
HSV(B) 272.63º 0.52% 0.86% -
XYZ 33.77 23.43 69.76 -
YUV 136.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 167 105 219 0.24 0.52 0 0.14 272.63 0.61 0.64
Hex A7 69 DB 18 34 0 E 111 3D 40
Octal 247 151 333 30 64 0 16 421 75 100
Binary 10100111 1101001 11011011 11000 110100 0 1110 100010001 111101 1000000

Color Harmonies of #A769DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769DB

Black with #A769DB

Text Example


Text Example

White with #A769DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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