Html Css Color HEX #A65AE8 Amethyst

📋 copy color: '#A65AE8'

red 166 ◦ green 90 ◦ blue 232

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

Shades of Amethyst #A65AE8

Tints of Amethyst #A65AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

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

R = 34.02%
G = 18.44%
B = 47.54%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A65AE8 (or 0xA65AE8) is known color: Amethyst. HEX triplet: A6, 5A and E8. RGB value is (166,90,232). Sum of RGB (Red+Green+Blue) = 166+90+232=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #A65AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AE8 is #59A517. Grayscale: #808080. Windows color (decimal): -5874968 or 15227558. OLE color: 15227558.

HSL color Cylindrical-coordinate representation of color #A65AE8: hue angle of 272.11º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65AE8 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 90 232 -
CMYK 0.28 0.61 0 0.09
HSL 272.11º 0.76% 0.63% -
HSV(B) 272.11º 0.61% 0.91% -
XYZ 33.95 21.25 78.66 -
YUV 128.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 166 90 232 0.28 0.61 0 0.09 272.11 0.76 0.63
Hex A6 5A E8 1C 3D 0 9 110 4C 3F
Octal 246 132 350 34 75 0 11 420 114 77
Binary 10100110 1011010 11101000 11100 111101 0 1001 100010000 1001100 111111

Color Harmonies of #A65AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AE8

Black with #A65AE8

Text Example


Text Example

White with #A65AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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