Html Css Color HEX #A363CF Amethyst

📋 copy color: '#A363CF'

red 163 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #A363CF

Tints of Amethyst #A363CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.11%

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

R = 34.75%
G = 21.11%
B = 44.14%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A363CF (or 0xA363CF) is known color: Amethyst. HEX triplet: A3, 63 and CF. RGB value is (163,99,207). Sum of RGB (Red+Green+Blue) = 163+99+207=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 99 (39.06% from 255 or 21.11% 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 #A363CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CF is #5C9C30. Grayscale: #828282. Windows color (decimal): -6069297 or 13591459. OLE color: 13591459.

HSL color Cylindrical-coordinate representation of color #A363CF: hue angle of 275.56º 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 #A363CF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 99 207 -
CMYK 0.21 0.52 0 0.19
HSL 275.56º 0.53% 0.6% -
HSV(B) 275.56º 0.52% 0.81% -
XYZ 30.83 21.22 61.5 -
YUV 130.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 163 99 207 0.21 0.52 0 0.19 275.56 0.53 0.6
Hex A3 63 CF 15 34 0 13 114 35 3C
Octal 243 143 317 25 64 0 23 424 65 74
Binary 10100011 1100011 11001111 10101 110100 0 10011 100010100 110101 111100

Color Harmonies of #A363CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363CF

Black with #A363CF

Text Example


Text Example

White with #A363CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363CF; }

 p { color: rgb(163,99,207); }

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

background-color css

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

 a { background-color: rgb(163,99,207); }

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

border-color css

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

 span { border-color: rgb(163,99,207); }

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