Html Css Color HEX #AC64EA Amethyst

📋 copy color: '#AC64EA'

red 172 ◦ green 100 ◦ blue 234

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

Shades of Amethyst #AC64EA

Tints of Amethyst #AC64EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.76%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 33.99%
G = 19.76%
B = 46.25%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC64EA (or 0xAC64EA) is known color: Amethyst. HEX triplet: AC, 64 and EA. RGB value is (172,100,234). Sum of RGB (Red+Green+Blue) = 172+100+234=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64EA is #539B15. Grayscale: #888888. Windows color (decimal): -5479190 or 15361196. OLE color: 15361196.

HSL color Cylindrical-coordinate representation of color #AC64EA: hue angle of 272.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC64EA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 100 234 -
CMYK 0.26 0.57 0 0.08
HSL 272.24º 0.76% 0.65% -
HSV(B) 272.24º 0.57% 0.92% -
XYZ 36.42 23.83 80.52 -
YUV 136.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 172 100 234 0.26 0.57 0 0.08 272.24 0.76 0.65
Hex AC 64 EA 1A 39 0 8 110 4C 41
Octal 254 144 352 32 71 0 10 420 114 101
Binary 10101100 1100100 11101010 11010 111001 0 1000 100010000 1001100 1000001

Color Harmonies of #AC64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64EA

Black with #AC64EA

Text Example


Text Example

White with #AC64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64EA; }

 p { color: rgb(172,100,234); }

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

background-color css

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

 a { background-color: rgb(172,100,234); }

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

border-color css

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

 span { border-color: rgb(172,100,234); }

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