Html Css Color HEX #AC65EA Amethyst

📋 copy color: '#AC65EA'

red 172 ◦ green 101 ◦ blue 234

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

Shades of Amethyst #AC65EA

Tints of Amethyst #AC65EA

RGB

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

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

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

R = 33.93%
G = 19.92%
B = 46.15%

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

#AC65EA (or 0xAC65EA) is known color: Amethyst. HEX triplet: AC, 65 and EA. RGB value is (172,101,234). Sum of RGB (Red+Green+Blue) = 172+101+234=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65EA is #539A15. Grayscale: #888888. Windows color (decimal): -5478934 or 15361452. OLE color: 15361452.

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

Color convert

RGB 172 101 234 -
CMYK 0.26 0.57 0 0.08
HSL 272.03º 0.76% 0.66% -
HSV(B) 272.03º 0.57% 0.92% -
XYZ 36.52 24.02 80.55 -
YUV 137.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 172 101 234 0.26 0.57 0 0.08 272.03 0.76 0.66
Hex AC 65 EA 1A 39 0 8 110 4C 42
Octal 254 145 352 32 71 0 10 420 114 102
Binary 10101100 1100101 11101010 11010 111001 0 1000 100010000 1001100 1000010

Color Harmonies of #AC65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65EA

Black with #AC65EA

Text Example


Text Example

White with #AC65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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