Html Css Color HEX #A965E5 Amethyst

📋 copy color: '#A965E5'

red 169 ◦ green 101 ◦ blue 229

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

Shades of Amethyst #A965E5

Tints of Amethyst #A965E5

RGB

 RED value IS 169 (66.41% from 255) = 33.87%

 GREEN value IS 101 (39.84% from 255) = 20.24%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 33.87%
G = 20.24%
B = 45.89%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A965E5 (or 0xA965E5) is known color: Amethyst. HEX triplet: A9, 65 and E5. RGB value is (169,101,229). Sum of RGB (Red+Green+Blue) = 169+101+229=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #A965E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965E5 is #569A1A. Grayscale: #878787. Windows color (decimal): -5675547 or 15033769. OLE color: 15033769.

HSL color Cylindrical-coordinate representation of color #A965E5: hue angle of 271.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A965E5 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 101 229 -
CMYK 0.26 0.56 0 0.10
HSL 271.88º 0.71% 0.65% -
HSV(B) 271.88º 0.56% 0.9% -
XYZ 35.16 23.4 76.79 -
YUV 135.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 169 101 229 0.26 0.56 0 0.10 271.88 0.71 0.65
Hex A9 65 E5 1A 38 0 A 110 47 41
Octal 251 145 345 32 70 0 12 420 107 101
Binary 10101001 1100101 11100101 11010 111000 0 1010 100010000 1000111 1000001

Color Harmonies of #A965E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965E5

Black with #A965E5

Text Example


Text Example

White with #A965E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965E5; }

 p { color: rgb(169,101,229); }

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

background-color css

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

 a { background-color: rgb(169,101,229); }

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

border-color css

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

 span { border-color: rgb(169,101,229); }

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