Html Css Color HEX #AC63EA Amethyst

📋 copy color: '#AC63EA'

red 172 ◦ green 99 ◦ blue 234

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

Shades of Amethyst #AC63EA

Tints of Amethyst #AC63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.6%

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

R = 34.06%
G = 19.6%
B = 46.34%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC63EA (or 0xAC63EA) is known color: Amethyst. HEX triplet: AC, 63 and EA. RGB value is (172,99,234). Sum of RGB (Red+Green+Blue) = 172+99+234=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC63EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63EA is #539C15. Grayscale: #878787. Windows color (decimal): -5479446 or 15360940. OLE color: 15360940.

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

Color convert

RGB 172 99 234 -
CMYK 0.26 0.58 0 0.08
HSL 272.44º 0.76% 0.65% -
HSV(B) 272.44º 0.58% 0.92% -
XYZ 36.33 23.63 80.49 -
YUV 136.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 172 99 234 0.26 0.58 0 0.08 272.44 0.76 0.65
Hex AC 63 EA 1A 3A 0 8 110 4C 41
Octal 254 143 352 32 72 0 10 420 114 101
Binary 10101100 1100011 11101010 11010 111010 0 1000 100010000 1001100 1000001

Color Harmonies of #AC63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63EA

Black with #AC63EA

Text Example


Text Example

White with #AC63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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