Html Css Color HEX #AC69C4 Amethyst

📋 copy color: '#AC69C4'

red 172 ◦ green 105 ◦ blue 196

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

Shades of Amethyst #AC69C4

Tints of Amethyst #AC69C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 36.36%
G = 22.2%
B = 41.44%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC69C4 (or 0xAC69C4) is known color: Amethyst. HEX triplet: AC, 69 and C4. RGB value is (172,105,196). Sum of RGB (Red+Green+Blue) = 172+105+196=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C4 is #53963B. Grayscale: #878787. Windows color (decimal): -5477948 or 12872108. OLE color: 12872108.

HSL color Cylindrical-coordinate representation of color #AC69C4: hue angle of 284.18º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC69C4 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 105 196 -
CMYK 0.12 0.46 0 0.23
HSL 284.18º 0.44% 0.59% -
HSV(B) 284.18º 0.46% 0.77% -
XYZ 32.03 22.86 54.95 -
YUV 135.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 172 105 196 0.12 0.46 0 0.23 284.18 0.44 0.59
Hex AC 69 C4 C 2E 0 17 11C 2C 3B
Octal 254 151 304 14 56 0 27 434 54 73
Binary 10101100 1101001 11000100 1100 101110 0 10111 100011100 101100 111011

Color Harmonies of #AC69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69C4

Black with #AC69C4

Text Example


Text Example

White with #AC69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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