Html Css Color HEX #A65BDE Amethyst

📋 copy color: '#A65BDE'

red 166 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #A65BDE

Tints of Amethyst #A65BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 34.66%
G = 19%
B = 46.35%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A65BDE (or 0xA65BDE) is known color: Amethyst. HEX triplet: A6, 5B and DE. RGB value is (166,91,222). Sum of RGB (Red+Green+Blue) = 166+91+222=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A65BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BDE is #59A421. Grayscale: #7F7F7F. Windows color (decimal): -5874722 or 14572454. OLE color: 14572454.

HSL color Cylindrical-coordinate representation of color #A65BDE: hue angle of 274.35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65BDE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 91 222 -
CMYK 0.25 0.59 0 0.13
HSL 274.35º 0.66% 0.61% -
HSV(B) 274.35º 0.59% 0.87% -
XYZ 32.65 20.86 71.41 -
YUV 128.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 166 91 222 0.25 0.59 0 0.13 274.35 0.66 0.61
Hex A6 5B DE 19 3B 0 D 112 42 3D
Octal 246 133 336 31 73 0 15 422 102 75
Binary 10100110 1011011 11011110 11001 111011 0 1101 100010010 1000010 111101

Color Harmonies of #A65BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BDE

Black with #A65BDE

Text Example


Text Example

White with #A65BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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