Html Css Color HEX #A465DF Amethyst

📋 copy color: '#A465DF'

red 164 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A465DF

Tints of Amethyst #A465DF

RGB

 RED value IS 164 (64.45% from 255) = 33.61%

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

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

R = 33.61%
G = 20.7%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A465DF (or 0xA465DF) is known color: Amethyst. HEX triplet: A4, 65 and DF. RGB value is (164,101,223). Sum of RGB (Red+Green+Blue) = 164+101+223=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A465DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465DF is #5B9A20. Grayscale: #858585. Windows color (decimal): -6003233 or 14640548. OLE color: 14640548.

HSL color Cylindrical-coordinate representation of color #A465DF: hue angle of 270.98º 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 #A465DF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 101 223 -
CMYK 0.26 0.55 0 0.13
HSL 270.98º 0.66% 0.64% -
HSV(B) 270.98º 0.55% 0.87% -
XYZ 33.28 22.53 72.41 -
YUV 133.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 164 101 223 0.26 0.55 0 0.13 270.98 0.66 0.64
Hex A4 65 DF 1A 37 0 D 10F 42 40
Octal 244 145 337 32 67 0 15 417 102 100
Binary 10100100 1100101 11011111 11010 110111 0 1101 100001111 1000010 1000000

Color Harmonies of #A465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465DF

Black with #A465DF

Text Example


Text Example

White with #A465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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