Html Css Color HEX #AC65DB Amethyst

📋 copy color: '#AC65DB'

red 172 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #AC65DB

Tints of Amethyst #AC65DB

RGB

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

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

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

R = 34.96%
G = 20.53%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC65DB (or 0xAC65DB) is known color: Amethyst. HEX triplet: AC, 65 and DB. RGB value is (172,101,219). Sum of RGB (Red+Green+Blue) = 172+101+219=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DB is #539A24. Grayscale: #878787. Windows color (decimal): -5478949 or 14378412. OLE color: 14378412.

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

Color convert

RGB 172 101 219 -
CMYK 0.21 0.54 0 0.14
HSL 276.1º 0.62% 0.63% -
HSV(B) 276.1º 0.54% 0.86% -
XYZ 34.45 23.19 69.68 -
YUV 135.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 172 101 219 0.21 0.54 0 0.14 276.1 0.62 0.63
Hex AC 65 DB 15 36 0 E 114 3E 3F
Octal 254 145 333 25 66 0 16 424 76 77
Binary 10101100 1100101 11011011 10101 110110 0 1110 100010100 111110 111111

Color Harmonies of #AC65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65DB

Black with #AC65DB

Text Example


Text Example

White with #AC65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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