Html Css Color HEX #A360CB Amethyst

📋 copy color: '#A360CB'

red 163 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #A360CB

Tints of Amethyst #A360CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

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

R = 35.28%
G = 20.78%
B = 43.94%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A360CB (or 0xA360CB) is known color: Amethyst. HEX triplet: A3, 60 and CB. RGB value is (163,96,203). Sum of RGB (Red+Green+Blue) = 163+96+203=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A360CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360CB is #5C9F34. Grayscale: #7F7F7F. Windows color (decimal): -6070069 or 13328547. OLE color: 13328547.

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

Color convert

RGB 163 96 203 -
CMYK 0.20 0.53 0 0.20
HSL 277.57º 0.51% 0.59% -
HSV(B) 277.57º 0.53% 0.8% -
XYZ 30.07 20.46 58.87 -
YUV 128.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 163 96 203 0.20 0.53 0 0.20 277.57 0.51 0.59
Hex A3 60 CB 14 35 0 14 116 33 3B
Octal 243 140 313 24 65 0 24 426 63 73
Binary 10100011 1100000 11001011 10100 110101 0 10100 100010110 110011 111011

Color Harmonies of #A360CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360CB

Black with #A360CB

Text Example


Text Example

White with #A360CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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