Html Css Color HEX #AC69CF Amethyst

📋 copy color: '#AC69CF'

red 172 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #AC69CF

Tints of Amethyst #AC69CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 35.54%
G = 21.69%
B = 42.77%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC69CF (or 0xAC69CF) is known color: Amethyst. HEX triplet: AC, 69 and CF. RGB value is (172,105,207). Sum of RGB (Red+Green+Blue) = 172+105+207=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CF is #539630. Grayscale: #888888. Windows color (decimal): -5477937 or 13593004. OLE color: 13593004.

HSL color Cylindrical-coordinate representation of color #AC69CF: hue angle of 279.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC69CF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 105 207 -
CMYK 0.17 0.49 0 0.19
HSL 279.41º 0.52% 0.61% -
HSV(B) 279.41º 0.49% 0.81% -
XYZ 33.33 23.38 61.79 -
YUV 136.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 172 105 207 0.17 0.49 0 0.19 279.41 0.52 0.61
Hex AC 69 CF 11 31 0 13 117 34 3D
Octal 254 151 317 21 61 0 23 427 64 75
Binary 10101100 1101001 11001111 10001 110001 0 10011 100010111 110100 111101

Color Harmonies of #AC69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69CF

Black with #AC69CF

Text Example


Text Example

White with #AC69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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