Html Css Color HEX #A465D3 Amethyst

📋 copy color: '#A465D3'

red 164 ◦ green 101 ◦ blue 211

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

Shades of Amethyst #A465D3

Tints of Amethyst #A465D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 34.45%
G = 21.22%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A465D3 (or 0xA465D3) is known color: Amethyst. HEX triplet: A4, 65 and D3. RGB value is (164,101,211). Sum of RGB (Red+Green+Blue) = 164+101+211=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #A465D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465D3 is #5B9A2C. Grayscale: #848484. Windows color (decimal): -6003245 or 13854116. OLE color: 13854116.

HSL color Cylindrical-coordinate representation of color #A465D3: hue angle of 274.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A465D3 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 101 211 -
CMYK 0.22 0.52 0 0.17
HSL 274.36º 0.56% 0.61% -
HSV(B) 274.36º 0.52% 0.83% -
XYZ 31.72 21.9 64.18 -
YUV 132.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 164 101 211 0.22 0.52 0 0.17 274.36 0.56 0.61
Hex A4 65 D3 16 34 0 11 112 38 3D
Octal 244 145 323 26 64 0 21 422 70 75
Binary 10100100 1100101 11010011 10110 110100 0 10001 100010010 111000 111101

Color Harmonies of #A465D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465D3

Black with #A465D3

Text Example


Text Example

White with #A465D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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