Html Css Color HEX #A368CB Amethyst

📋 copy color: '#A368CB'

red 163 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #A368CB

Tints of Amethyst #A368CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 34.68%
G = 22.13%
B = 43.19%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A368CB (or 0xA368CB) is known color: Amethyst. HEX triplet: A3, 68 and CB. RGB value is (163,104,203). Sum of RGB (Red+Green+Blue) = 163+104+203=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A368CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368CB is #5C9734. Grayscale: #848484. Windows color (decimal): -6068021 or 13330595. OLE color: 13330595.

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

Color convert

RGB 163 104 203 -
CMYK 0.20 0.49 0 0.20
HSL 275.76º 0.49% 0.6% -
HSV(B) 275.76º 0.49% 0.8% -
XYZ 30.83 22 59.12 -
YUV 132.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 163 104 203 0.20 0.49 0 0.20 275.76 0.49 0.6
Hex A3 68 CB 14 31 0 14 114 31 3C
Octal 243 150 313 24 61 0 24 424 61 74
Binary 10100011 1101000 11001011 10100 110001 0 10100 100010100 110001 111100

Color Harmonies of #A368CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368CB

Black with #A368CB

Text Example


Text Example

White with #A368CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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