Html Css Color HEX #A264CA Amethyst

📋 copy color: '#A264CA'

red 162 ◦ green 100 ◦ blue 202

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

Shades of Amethyst #A264CA

Tints of Amethyst #A264CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 34.91%
G = 21.55%
B = 43.53%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A264CA (or 0xA264CA) is known color: Amethyst. HEX triplet: A2, 64 and CA. RGB value is (162,100,202). Sum of RGB (Red+Green+Blue) = 162+100+202=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #A264CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CA is #5D9B35. Grayscale: #818181. Windows color (decimal): -6134582 or 13264034. OLE color: 13264034.

HSL color Cylindrical-coordinate representation of color #A264CA: hue angle of 276.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A264CA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 100 202 -
CMYK 0.20 0.50 0 0.21
HSL 276.47º 0.49% 0.59% -
HSV(B) 276.47º 0.5% 0.79% -
XYZ 30.12 21.06 58.35 -
YUV 130.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 162 100 202 0.20 0.50 0 0.21 276.47 0.49 0.59
Hex A2 64 CA 14 32 0 15 114 31 3B
Octal 242 144 312 24 62 0 25 424 61 73
Binary 10100010 1100100 11001010 10100 110010 0 10101 100010100 110001 111011

Color Harmonies of #A264CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264CA

Black with #A264CA

Text Example


Text Example

White with #A264CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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