Html Css Color HEX #A65CE8 Amethyst

📋 copy color: '#A65CE8'

red 166 ◦ green 92 ◦ blue 232

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

Shades of Amethyst #A65CE8

Tints of Amethyst #A65CE8

RGB

 RED value IS 166 (65.23% from 255) = 33.88%

 GREEN value IS 92 (36.33% from 255) = 18.78%

 BLUE value IS 232 (91.02% from 255) = 47.35%

R = 33.88%
G = 18.78%
B = 47.35%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A65CE8 (or 0xA65CE8) is known color: Amethyst. HEX triplet: A6, 5C and E8. RGB value is (166,92,232). Sum of RGB (Red+Green+Blue) = 166+92+232=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #A65CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CE8 is #59A317. Grayscale: #818181. Windows color (decimal): -5874456 or 15228070. OLE color: 15228070.

HSL color Cylindrical-coordinate representation of color #A65CE8: hue angle of 271.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65CE8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 92 232 -
CMYK 0.28 0.60 0 0.09
HSL 271.71º 0.75% 0.64% -
HSV(B) 271.71º 0.6% 0.91% -
XYZ 34.12 21.59 78.71 -
YUV 130.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 166 92 232 0.28 0.60 0 0.09 271.71 0.75 0.64
Hex A6 5C E8 1C 3C 0 9 110 4B 40
Octal 246 134 350 34 74 0 11 420 113 100
Binary 10100110 1011100 11101000 11100 111100 0 1001 100010000 1001011 1000000

Color Harmonies of #A65CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CE8

Black with #A65CE8

Text Example


Text Example

White with #A65CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CE8; }

 p { color: rgb(166,92,232); }

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

background-color css

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

 a { background-color: rgb(166,92,232); }

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

border-color css

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

 span { border-color: rgb(166,92,232); }

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