Html Css Color HEX #AC6BDA Amethyst

📋 copy color: '#AC6BDA'

red 172 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #AC6BDA

Tints of Amethyst #AC6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 34.61%
G = 21.53%
B = 43.86%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6BDA (or 0xAC6BDA) is known color: Amethyst. HEX triplet: AC, 6B and DA. RGB value is (172,107,218). Sum of RGB (Red+Green+Blue) = 172+107+218=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BDA is #539425. Grayscale: #8A8A8A. Windows color (decimal): -5477414 or 14314412. OLE color: 14314412.

HSL color Cylindrical-coordinate representation of color #AC6BDA: hue angle of 275.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6BDA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 107 218 -
CMYK 0.21 0.51 0 0.15
HSL 275.14º 0.6% 0.64% -
HSV(B) 275.14º 0.51% 0.85% -
XYZ 34.93 24.35 69.19 -
YUV 139.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 172 107 218 0.21 0.51 0 0.15 275.14 0.6 0.64
Hex AC 6B DA 15 33 0 F 113 3C 40
Octal 254 153 332 25 63 0 17 423 74 100
Binary 10101100 1101011 11011010 10101 110011 0 1111 100010011 111100 1000000

Color Harmonies of #AC6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BDA

Black with #AC6BDA

Text Example


Text Example

White with #AC6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BDA; }

 p { color: rgb(172,107,218); }

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

background-color css

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

 a { background-color: rgb(172,107,218); }

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

border-color css

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

 span { border-color: rgb(172,107,218); }

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