Html Css Color HEX #A65BEA Amethyst

📋 copy color: '#A65BEA'

red 166 ◦ green 91 ◦ blue 234

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

Shades of Amethyst #A65BEA

Tints of Amethyst #A65BEA

RGB

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

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

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

R = 33.81%
G = 18.53%
B = 47.66%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A65BEA (or 0xA65BEA) is known color: Amethyst. HEX triplet: A6, 5B and EA. RGB value is (166,91,234). Sum of RGB (Red+Green+Blue) = 166+91+234=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A65BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BEA is #59A415. Grayscale: #818181. Windows color (decimal): -5874710 or 15358886. OLE color: 15358886.

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

Color convert

RGB 166 91 234 -
CMYK 0.29 0.61 0 0.08
HSL 271.47º 0.77% 0.64% -
HSV(B) 271.47º 0.61% 0.92% -
XYZ 34.32 21.53 80.19 -
YUV 129.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 166 91 234 0.29 0.61 0 0.08 271.47 0.77 0.64
Hex A6 5B EA 1D 3D 0 8 10F 4D 40
Octal 246 133 352 35 75 0 10 417 115 100
Binary 10100110 1011011 11101010 11101 111101 0 1000 100001111 1001101 1000000

Color Harmonies of #A65BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BEA

Black with #A65BEA

Text Example


Text Example

White with #A65BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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