Html Css Color HEX #AB65DB Amethyst

📋 copy color: '#AB65DB'

red 171 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #AB65DB

Tints of Amethyst #AB65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

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

R = 34.83%
G = 20.57%
B = 44.6%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB65DB (or 0xAB65DB) is known color: Amethyst. HEX triplet: AB, 65 and DB. RGB value is (171,101,219). Sum of RGB (Red+Green+Blue) = 171+101+219=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 101 (39.84% from 255 or 20.57% 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 #AB65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65DB is #549A24. Grayscale: #868686. Windows color (decimal): -5544485 or 14378411. OLE color: 14378411.

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

Color convert

RGB 171 101 219 -
CMYK 0.22 0.54 0 0.14
HSL 275.59º 0.62% 0.63% -
HSV(B) 275.59º 0.54% 0.86% -
XYZ 34.23 23.08 69.67 -
YUV 135.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 171 101 219 0.22 0.54 0 0.14 275.59 0.62 0.63
Hex AB 65 DB 16 36 0 E 114 3E 3F
Octal 253 145 333 26 66 0 16 424 76 77
Binary 10101011 1100101 11011011 10110 110110 0 1110 100010100 111110 111111

Color Harmonies of #AB65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65DB

Black with #AB65DB

Text Example


Text Example

White with #AB65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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