Html Css Color HEX #A264CD Amethyst

📋 copy color: '#A264CD'

red 162 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #A264CD

Tints of Amethyst #A264CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 34.69%
G = 21.41%
B = 43.9%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A264CD (or 0xA264CD) is known color: Amethyst. HEX triplet: A2, 64 and CD. RGB value is (162,100,205). Sum of RGB (Red+Green+Blue) = 162+100+205=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A264CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CD is #5D9B32. Grayscale: #828282. Windows color (decimal): -6134579 or 13460642. OLE color: 13460642.

HSL color Cylindrical-coordinate representation of color #A264CD: hue angle of 275.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A264CD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 100 205 -
CMYK 0.21 0.51 0 0.20
HSL 275.43º 0.51% 0.6% -
HSV(B) 275.43º 0.51% 0.8% -
XYZ 30.48 21.2 60.24 -
YUV 130.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 162 100 205 0.21 0.51 0 0.20 275.43 0.51 0.6
Hex A2 64 CD 15 33 0 14 113 33 3C
Octal 242 144 315 25 63 0 24 423 63 74
Binary 10100010 1100100 11001101 10101 110011 0 10100 100010011 110011 111100

Color Harmonies of #A264CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264CD

Black with #A264CD

Text Example


Text Example

White with #A264CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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