Html Css Color HEX #AB69DB Amethyst

📋 copy color: '#AB69DB'

red 171 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #AB69DB

Tints of Amethyst #AB69DB

RGB

 RED value IS 171 (67.19% from 255) = 34.55%

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

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

R = 34.55%
G = 21.21%
B = 44.24%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB69DB (or 0xAB69DB) is known color: Amethyst. HEX triplet: AB, 69 and DB. RGB value is (171,105,219). Sum of RGB (Red+Green+Blue) = 171+105+219=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DB is #549624. Grayscale: #898989. Windows color (decimal): -5543461 or 14379435. OLE color: 14379435.

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

Color convert

RGB 171 105 219 -
CMYK 0.22 0.52 0 0.14
HSL 274.74º 0.61% 0.64% -
HSV(B) 274.74º 0.52% 0.86% -
XYZ 34.63 23.88 69.8 -
YUV 137.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 171 105 219 0.22 0.52 0 0.14 274.74 0.61 0.64
Hex AB 69 DB 16 34 0 E 113 3D 40
Octal 253 151 333 26 64 0 16 423 75 100
Binary 10101011 1101001 11011011 10110 110100 0 1110 100010011 111101 1000000

Color Harmonies of #AB69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69DB

Black with #AB69DB

Text Example


Text Example

White with #AB69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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