Html Css Color HEX #A65CE1 Amethyst

📋 copy color: '#A65CE1'

red 166 ◦ green 92 ◦ blue 225

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

Shades of Amethyst #A65CE1

Tints of Amethyst #A65CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 34.37%
G = 19.05%
B = 46.58%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A65CE1 (or 0xA65CE1) is known color: Amethyst. HEX triplet: A6, 5C and E1. RGB value is (166,92,225). Sum of RGB (Red+Green+Blue) = 166+92+225=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #A65CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CE1 is #59A31E. Grayscale: #808080. Windows color (decimal): -5874463 or 14769318. OLE color: 14769318.

HSL color Cylindrical-coordinate representation of color #A65CE1: hue angle of 273.38º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65CE1 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 92 225 -
CMYK 0.26 0.59 0 0.12
HSL 273.38º 0.69% 0.62% -
HSV(B) 273.38º 0.59% 0.88% -
XYZ 33.14 21.2 73.58 -
YUV 129.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 166 92 225 0.26 0.59 0 0.12 273.38 0.69 0.62
Hex A6 5C E1 1A 3B 0 C 111 45 3E
Octal 246 134 341 32 73 0 14 421 105 76
Binary 10100110 1011100 11100001 11010 111011 0 1100 100010001 1000101 111110

Color Harmonies of #A65CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CE1

Black with #A65CE1

Text Example


Text Example

White with #A65CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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