Html Css Color HEX #A65EEA Amethyst

📋 copy color: '#A65EEA'

red 166 ◦ green 94 ◦ blue 234

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

Shades of Amethyst #A65EEA

Tints of Amethyst #A65EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.03%

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

R = 33.6%
G = 19.03%
B = 47.37%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A65EEA (or 0xA65EEA) is known color: Amethyst. HEX triplet: A6, 5E and EA. RGB value is (166,94,234). Sum of RGB (Red+Green+Blue) = 166+94+234=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #A65EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EEA is #59A115. Grayscale: #838383. Windows color (decimal): -5873942 or 15359654. OLE color: 15359654.

HSL color Cylindrical-coordinate representation of color #A65EEA: hue angle of 270.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65EEA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 94 234 -
CMYK 0.29 0.60 0 0.08
HSL 270.86º 0.77% 0.64% -
HSV(B) 270.86º 0.6% 0.92% -
XYZ 34.58 22.05 80.28 -
YUV 131.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 166 94 234 0.29 0.60 0 0.08 270.86 0.77 0.64
Hex A6 5E EA 1D 3C 0 8 10F 4D 40
Octal 246 136 352 35 74 0 10 417 115 100
Binary 10100110 1011110 11101010 11101 111100 0 1000 100001111 1001101 1000000

Color Harmonies of #A65EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EEA

Black with #A65EEA

Text Example


Text Example

White with #A65EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EEA; }

 p { color: rgb(166,94,234); }

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

background-color css

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

 a { background-color: rgb(166,94,234); }

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

border-color css

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

 span { border-color: rgb(166,94,234); }

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