Html Css Color HEX #AC69E3 Amethyst

📋 copy color: '#AC69E3'

red 172 ◦ green 105 ◦ blue 227

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

Shades of Amethyst #AC69E3

Tints of Amethyst #AC69E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 34.13%
G = 20.83%
B = 45.04%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC69E3 (or 0xAC69E3) is known color: Amethyst. HEX triplet: AC, 69 and E3. RGB value is (172,105,227). Sum of RGB (Red+Green+Blue) = 172+105+227=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC69E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69E3 is #53961C. Grayscale: #8A8A8A. Windows color (decimal): -5477917 or 14903724. OLE color: 14903724.

HSL color Cylindrical-coordinate representation of color #AC69E3: hue angle of 272.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC69E3 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 105 227 -
CMYK 0.24 0.54 0 0.11
HSL 272.95º 0.69% 0.65% -
HSV(B) 272.95º 0.54% 0.89% -
XYZ 35.93 24.42 75.49 -
YUV 138.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 172 105 227 0.24 0.54 0 0.11 272.95 0.69 0.65
Hex AC 69 E3 18 36 0 B 111 45 41
Octal 254 151 343 30 66 0 13 421 105 101
Binary 10101100 1101001 11100011 11000 110110 0 1011 100010001 1000101 1000001

Color Harmonies of #AC69E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69E3

Black with #AC69E3

Text Example


Text Example

White with #AC69E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69E3; }

 p { color: rgb(172,105,227); }

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

background-color css

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

 a { background-color: rgb(172,105,227); }

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

border-color css

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

 span { border-color: rgb(172,105,227); }

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