Html Css Color HEX #AC65DE Amethyst

📋 copy color: '#AC65DE'

red 172 ◦ green 101 ◦ blue 222

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

Shades of Amethyst #AC65DE

Tints of Amethyst #AC65DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 34.75%
G = 20.4%
B = 44.85%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC65DE (or 0xAC65DE) is known color: Amethyst. HEX triplet: AC, 65 and DE. RGB value is (172,101,222). Sum of RGB (Red+Green+Blue) = 172+101+222=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DE is #539A21. Grayscale: #878787. Windows color (decimal): -5478946 or 14575020. OLE color: 14575020.

HSL color Cylindrical-coordinate representation of color #AC65DE: hue angle of 275.21º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC65DE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 101 222 -
CMYK 0.23 0.55 0 0.13
HSL 275.21º 0.65% 0.63% -
HSV(B) 275.21º 0.55% 0.87% -
XYZ 34.85 23.35 71.78 -
YUV 136.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 172 101 222 0.23 0.55 0 0.13 275.21 0.65 0.63
Hex AC 65 DE 17 37 0 D 113 41 3F
Octal 254 145 336 27 67 0 15 423 101 77
Binary 10101100 1100101 11011110 10111 110111 0 1101 100010011 1000001 111111

Color Harmonies of #AC65DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65DE

Black with #AC65DE

Text Example


Text Example

White with #AC65DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65DE; }

 p { color: rgb(172,101,222); }

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

background-color css

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

 a { background-color: rgb(172,101,222); }

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

border-color css

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

 span { border-color: rgb(172,101,222); }

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