Html Css Color HEX #AC69DB Amethyst

📋 copy color: '#AC69DB'

red 172 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #AC69DB

Tints of Amethyst #AC69DB

RGB

 RED value IS 172 (67.58% from 255) = 34.68%

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

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

R = 34.68%
G = 21.17%
B = 44.15%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC69DB (or 0xAC69DB) is known color: Amethyst. HEX triplet: AC, 69 and DB. RGB value is (172,105,219). Sum of RGB (Red+Green+Blue) = 172+105+219=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69DB is #539624. Grayscale: #898989. Windows color (decimal): -5477925 or 14379436. OLE color: 14379436.

HSL color Cylindrical-coordinate representation of color #AC69DB: hue angle of 275.26º 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 #AC69DB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 105 219 -
CMYK 0.21 0.52 0 0.14
HSL 275.26º 0.61% 0.64% -
HSV(B) 275.26º 0.52% 0.86% -
XYZ 34.85 23.99 69.81 -
YUV 138.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 172 105 219 0.21 0.52 0 0.14 275.26 0.61 0.64
Hex AC 69 DB 15 34 0 E 113 3D 40
Octal 254 151 333 25 64 0 16 423 75 100
Binary 10101100 1101001 11011011 10101 110100 0 1110 100010011 111101 1000000

Color Harmonies of #AC69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69DB

Black with #AC69DB

Text Example


Text Example

White with #AC69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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