Html Css Color HEX #A264CB Amethyst

📋 copy color: '#A264CB'

red 162 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #A264CB

Tints of Amethyst #A264CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 34.84%
G = 21.51%
B = 43.66%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A264CB (or 0xA264CB) is known color: Amethyst. HEX triplet: A2, 64 and CB. RGB value is (162,100,203). Sum of RGB (Red+Green+Blue) = 162+100+203=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #A264CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CB is #5D9B34. Grayscale: #818181. Windows color (decimal): -6134581 or 13329570. OLE color: 13329570.

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

Color convert

RGB 162 100 203 -
CMYK 0.20 0.51 0 0.20
HSL 276.12º 0.5% 0.59% -
HSV(B) 276.12º 0.51% 0.8% -
XYZ 30.24 21.11 58.98 -
YUV 130.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 162 100 203 0.20 0.51 0 0.20 276.12 0.5 0.59
Hex A2 64 CB 14 33 0 14 114 32 3B
Octal 242 144 313 24 63 0 24 424 62 73
Binary 10100010 1100100 11001011 10100 110011 0 10100 100010100 110010 111011

Color Harmonies of #A264CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264CB

Black with #A264CB

Text Example


Text Example

White with #A264CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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