Html Css Color HEX #AC69CC Amethyst

📋 copy color: '#AC69CC'

red 172 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #AC69CC

Tints of Amethyst #AC69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 35.76%
G = 21.83%
B = 42.41%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC69CC (or 0xAC69CC) is known color: Amethyst. HEX triplet: AC, 69 and CC. RGB value is (172,105,204). Sum of RGB (Red+Green+Blue) = 172+105+204=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CC is #539633. Grayscale: #878787. Windows color (decimal): -5477940 or 13396396. OLE color: 13396396.

HSL color Cylindrical-coordinate representation of color #AC69CC: hue angle of 280.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC69CC is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 105 204 -
CMYK 0.16 0.49 0 0.2
HSL 280.61º 0.49% 0.61% -
HSV(B) 280.61º 0.49% 0.8% -
XYZ 32.96 23.23 59.87 -
YUV 136.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 172 105 204 0.16 0.49 0 0.2 280.61 0.49 0.61
Hex AC 69 CC 10 31 0 14 119 31 3D
Octal 254 151 314 20 61 0 24 431 61 75
Binary 10101100 1101001 11001100 10000 110001 0 10100 100011001 110001 111101

Color Harmonies of #AC69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69CC

Black with #AC69CC

Text Example


Text Example

White with #AC69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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