Html Css Color HEX #A65BEC Amethyst

📋 copy color: '#A65BEC'

red 166 ◦ green 91 ◦ blue 236

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

Shades of Amethyst #A65BEC

Tints of Amethyst #A65BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 33.67%
G = 18.46%
B = 47.87%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65BEC (or 0xA65BEC) is known color: Amethyst. HEX triplet: A6, 5B and EC. RGB value is (166,91,236). Sum of RGB (Red+Green+Blue) = 166+91+236=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BEC is #59A413. Grayscale: #818181. Windows color (decimal): -5874708 or 15489958. OLE color: 15489958.

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

Color convert

RGB 166 91 236 -
CMYK 0.30 0.61 0 0.07
HSL 271.03º 0.79% 0.64% -
HSV(B) 271.03º 0.61% 0.93% -
XYZ 34.61 21.65 81.71 -
YUV 129.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 166 91 236 0.30 0.61 0 0.07 271.03 0.79 0.64
Hex A6 5B EC 1E 3D 0 7 10F 4F 40
Octal 246 133 354 36 75 0 7 417 117 100
Binary 10100110 1011011 11101100 11110 111101 0 111 100001111 1001111 1000000

Color Harmonies of #A65BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BEC

Black with #A65BEC

Text Example


Text Example

White with #A65BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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