Html Css Color HEX #A264CF Amethyst

📋 copy color: '#A264CF'

red 162 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #A264CF

Tints of Amethyst #A264CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 34.54%
G = 21.32%
B = 44.14%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A264CF (or 0xA264CF) is known color: Amethyst. HEX triplet: A2, 64 and CF. RGB value is (162,100,207). Sum of RGB (Red+Green+Blue) = 162+100+207=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A264CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CF is #5D9B30. Grayscale: #828282. Windows color (decimal): -6134577 or 13591714. OLE color: 13591714.

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

Color convert

RGB 162 100 207 -
CMYK 0.22 0.52 0 0.19
HSL 274.77º 0.53% 0.6% -
HSV(B) 274.77º 0.52% 0.81% -
XYZ 30.72 21.3 61.52 -
YUV 130.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 162 100 207 0.22 0.52 0 0.19 274.77 0.53 0.6
Hex A2 64 CF 16 34 0 13 113 35 3C
Octal 242 144 317 26 64 0 23 423 65 74
Binary 10100010 1100100 11001111 10110 110100 0 10011 100010011 110101 111100

Color Harmonies of #A264CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264CF

Black with #A264CF

Text Example


Text Example

White with #A264CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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