Html Css Color HEX #AC7BDA Amethyst

📋 copy color: '#AC7BDA'

red 172 ◦ green 123 ◦ blue 218

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

Shades of Amethyst #AC7BDA

Tints of Amethyst #AC7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

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

R = 33.53%
G = 23.98%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC7BDA (or 0xAC7BDA) is known color: Amethyst. HEX triplet: AC, 7B and DA. RGB value is (172,123,218). Sum of RGB (Red+Green+Blue) = 172+123+218=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BDA is #538425. Grayscale: #949494. Windows color (decimal): -5473318 or 14318508. OLE color: 14318508.

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

Color convert

RGB 172 123 218 -
CMYK 0.21 0.44 0 0.15
HSL 270.95º 0.56% 0.67% -
HSV(B) 270.95º 0.44% 0.85% -
XYZ 36.75 28 69.8 -
YUV 148.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 172 123 218 0.21 0.44 0 0.15 270.95 0.56 0.67
Hex AC 7B DA 15 2C 0 F 10F 38 43
Octal 254 173 332 25 54 0 17 417 70 103
Binary 10101100 1111011 11011010 10101 101100 0 1111 100001111 111000 1000011

Color Harmonies of #AC7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BDA

Black with #AC7BDA

Text Example


Text Example

White with #AC7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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