Html Css Color HEX #A364CB Amethyst

📋 copy color: '#A364CB'

red 163 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #A364CB

Tints of Amethyst #A364CB

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

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

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

R = 34.98%
G = 21.46%
B = 43.56%

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

#A364CB (or 0xA364CB) is known color: Amethyst. HEX triplet: A3, 64 and CB. RGB value is (163,100,203). Sum of RGB (Red+Green+Blue) = 163+100+203=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A364CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364CB is #5C9B34. Grayscale: #828282. Windows color (decimal): -6069045 or 13329571. OLE color: 13329571.

HSL color Cylindrical-coordinate representation of color #A364CB: hue angle of 276.7º 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 #A364CB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 100 203 -
CMYK 0.20 0.51 0 0.20
HSL 276.7º 0.5% 0.59% -
HSV(B) 276.7º 0.51% 0.8% -
XYZ 30.44 21.21 58.99 -
YUV 130.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 163 100 203 0.20 0.51 0 0.20 276.7 0.5 0.59
Hex A3 64 CB 14 33 0 14 115 32 3B
Octal 243 144 313 24 63 0 24 425 62 73
Binary 10100011 1100100 11001011 10100 110011 0 10100 100010101 110010 111011

Color Harmonies of #A364CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364CB

Black with #A364CB

Text Example


Text Example

White with #A364CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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