Html Css Color HEX #A65AEC Amethyst

📋 copy color: '#A65AEC'

red 166 ◦ green 90 ◦ blue 236

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

Shades of Amethyst #A65AEC

Tints of Amethyst #A65AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 33.74%
G = 18.29%
B = 47.97%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65AEC (or 0xA65AEC) is known color: Amethyst. HEX triplet: A6, 5A and EC. RGB value is (166,90,236). Sum of RGB (Red+Green+Blue) = 166+90+236=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AEC is #59A513. Grayscale: #808080. Windows color (decimal): -5874964 or 15489702. OLE color: 15489702.

HSL color Cylindrical-coordinate representation of color #A65AEC: hue angle of 271.23º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65AEC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 90 236 -
CMYK 0.30 0.62 0 0.07
HSL 271.23º 0.79% 0.64% -
HSV(B) 271.23º 0.62% 0.93% -
XYZ 34.52 21.48 81.68 -
YUV 129.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 166 90 236 0.30 0.62 0 0.07 271.23 0.79 0.64
Hex A6 5A EC 1E 3E 0 7 10F 4F 40
Octal 246 132 354 36 76 0 7 417 117 100
Binary 10100110 1011010 11101100 11110 111110 0 111 100001111 1001111 1000000

Color Harmonies of #A65AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AEC

Black with #A65AEC

Text Example


Text Example

White with #A65AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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