Html Css Color HEX #A065DF Amethyst

📋 copy color: '#A065DF'

red 160 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A065DF

Tints of Amethyst #A065DF

RGB

 RED value IS 160 (62.89% from 255) = 33.06%

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 33.06%
G = 20.87%
B = 46.07%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A065DF (or 0xA065DF) is known color: Amethyst. HEX triplet: A0, 65 and DF. RGB value is (160,101,223). Sum of RGB (Red+Green+Blue) = 160+101+223=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A065DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DF is #5F9A20. Grayscale: #848484. Windows color (decimal): -6265377 or 14640544. OLE color: 14640544.

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

Color convert

RGB 160 101 223 -
CMYK 0.28 0.55 0 0.13
HSL 269.02º 0.66% 0.64% -
HSV(B) 269.02º 0.55% 0.87% -
XYZ 32.47 22.11 72.37 -
YUV 132.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 160 101 223 0.28 0.55 0 0.13 269.02 0.66 0.64
Hex A0 65 DF 1C 37 0 D 10D 42 40
Octal 240 145 337 34 67 0 15 415 102 100
Binary 10100000 1100101 11011111 11100 110111 0 1101 100001101 1000010 1000000

Color Harmonies of #A065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065DF

Black with #A065DF

Text Example


Text Example

White with #A065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065DF; }

 p { color: rgb(160,101,223); }

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

background-color css

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

 a { background-color: rgb(160,101,223); }

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

border-color css

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

 span { border-color: rgb(160,101,223); }

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