Html Css Color HEX #A264D0 Amethyst

📋 copy color: '#A264D0'

red 162 ◦ green 100 ◦ blue 208

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

Shades of Amethyst #A264D0

Tints of Amethyst #A264D0

RGB

 RED value IS 162 (63.67% from 255) = 34.47%

 GREEN value IS 100 (39.45% from 255) = 21.28%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 34.47%
G = 21.28%
B = 44.26%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A264D0 (or 0xA264D0) is known color: Amethyst. HEX triplet: A2, 64 and D0. RGB value is (162,100,208). Sum of RGB (Red+Green+Blue) = 162+100+208=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #A264D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264D0 is #5D9B2F. Grayscale: #828282. Windows color (decimal): -6134576 or 13657250. OLE color: 13657250.

HSL color Cylindrical-coordinate representation of color #A264D0: hue angle of 274.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A264D0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 100 208 -
CMYK 0.22 0.52 0 0.18
HSL 274.44º 0.53% 0.6% -
HSV(B) 274.44º 0.52% 0.82% -
XYZ 30.84 21.35 62.17 -
YUV 130.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 162 100 208 0.22 0.52 0 0.18 274.44 0.53 0.6
Hex A2 64 D0 16 34 0 12 112 35 3C
Octal 242 144 320 26 64 0 22 422 65 74
Binary 10100010 1100100 11010000 10110 110100 0 10010 100010010 110101 111100

Color Harmonies of #A264D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264D0

Black with #A264D0

Text Example


Text Example

White with #A264D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264D0; }

 p { color: rgb(162,100,208); }

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

background-color css

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

 a { background-color: rgb(162,100,208); }

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

border-color css

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

 span { border-color: rgb(162,100,208); }

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